Scheduled Tasks Web Service

Let's say for example that you have to calculate the value of some fields in your database every hour from 8am to 8pm, but you don't have full control of the server where your web application is running; this is a common scenario and my project will provide you the tools to make the job possible.

Schedule Tasks for web applications is not always easy. If we have full control of the host server it's not a problem, but sometimes we don't so we cannot do something like, easily create a console application that performs the tasks that we need for our web application, and then add the compiled EXE to the Schedule Task list of the server.

Read more...

 

No Comments