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:/...
No comments yet, be the first one to post comment.