ASP.NET
How can i schedule a service to run some given queries on my application 24X7? I want to see the results continuously.Is there any web service or routine that can be written to do so,if so then how?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Rahul SinghPosted Jan 7, 2015, 7:41 AM
1) Create a Windows service and schedule it to run at your desired time.
2) Create a console application (with your code logic), that will generate an EXE file, which you can run thriugh a batch file (.BAT), you can schedule this batch file to run at your desired time through windows task scheduler.
Riddhi ValechaPosted Jan 7, 2015, 5:24 AM
http://scheduler-net.com/docs/common-application-with-scheduler.html
http://code.daypilot.org/22996/asp-net-scheduler-tutorial