ASP.Net:Best way to run scheduled tasks
- by Niels Bosma
Today we have built an console application for running scheduled tasks for our ASP.NET website. But I think this appoach is a bit error prone and difficult to maintain. How do you execute you scheduled task (in an windows/IIS/ASP.NET env.)
Update:
Examples of tasks:
Sending email from an emial-queue in the database
Removing utdated objects from the database
Retreiving stats from google adwords and fill a table in the database.