I need some guidance on creating and running a Cron Job in asp.net(C#.net) to run my page every 30 minutes. My Web page has to load data from Sql Server to MySql database every 30 minutes with this cron job.
Thanks
I need some guidance on creating and running a Cron Job in asp.net(C#.net) to run my page every 30 minutes. My Web page has to load data from Sql Server to MySql database every 30 minutes with this cron job.
Thanks
I don't think you'll find that feature out-of-the-box in ASP.NET. Here's what I usually do...
This is just something to get you started. Making this robust (if you need it robust) can get complicated.