ASP.Net:Best way to run scheduled tasks
Posted
by Niels Bosma
on Stack Overflow
See other posts from Stack Overflow
or by Niels Bosma
Published on 2009-02-12T19:08:45Z
Indexed on
2010/04/25
11:53 UTC
Read the original article
Hit count: 265
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.
© Stack Overflow or respective owner