minasharif
Programmer
- Oct 14, 2006
- 5
Hi;
I am going to generate a scheduled task on my ASP.NET web application using System.Timers.Timer class. The timer would start on Application_Start event and do the job for example every 10 minutes, periodically. Everything is OK, but the timer works for 3 times (More or less) and then be killed. I expect such timer must be kept running 24 hours a day, 7 days a week. Please help me if you know something useful.
Regards
I am going to generate a scheduled task on my ASP.NET web application using System.Timers.Timer class. The timer would start on Application_Start event and do the job for example every 10 minutes, periodically. Everything is OK, but the timer works for 3 times (More or less) and then be killed. I expect such timer must be kept running 24 hours a day, 7 days a week. Please help me if you know something useful.
Regards