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
Post a Comment