Today we have built a console application for running the scheduled tasks for our ASP.NET website. But I think this approach is a bit error prone and difficult to maintain. How do you execute your scheduled task (in an windows/IIS/ASP.NET environment)
Update:
Examples of tasks:
- Sending email from an email-queue in the database
- Removing outdated objects from the database
- Retrieving stats from Google AdWords and fill a table in the database.