Job Scheduler with asp.net mvc
- by sanfra1983
Every 30 minutes their server generates an XML file with product inside, so my site every half hour would make a request to the URL given to me, their server will generate the XML list updated and will importarselo automatically to update our site.
Does anyone have an idea of how you can implement in asp.net mvc?