8
Shouts

Simple task Scheduling using Global.asax

published 843 days, 8 hours, 9 minutes ago posted by MikesdotnettingMikesdotnetting 844 days, 23 hours, 27 minutes ago
Monday, February 01, 2010 1:44:24 PM GMT Saturday, January 30, 2010 10:26:35 PM GMT

Simple task Scheduling using Global.asax   A frequent requirement for ASP.NET developers is to schedule tasks at regular intervals. This can include site maintenance tasks, like cleaning up old files, emailing newsletters on a schedule etc. This article examines one easy option for managing tasks like these without having to configure external tools, and discusses a couple of alternatives.

 

If you have access to the web server itself, you will probably use WMI to schedule tasks (http:/...

category: ASP.NET | clicked: 5 | | source: www.mikesdotnetting.com | show counter code
tags: ASPNET, asp net