c# - how to create and run cron job in asp.net page to run every 30 minutes -


i need guidance on creating , running cron job in asp.net(c#.net) run page every 30 minutes. web page has load data sql server mysql database every 30 minutes cron job.

thanks

i don't think best suited asp.net. might want create regular console app, configure in server task scheduler run every 30 minutes. or if inclined, can create own windows service this.


Comments

Popular posts from this blog

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -

java - Getting corefrences with Standard corenlp package -

jQuery clickable div with working mailto link inside -