Simple task Scheduling using Global.asax Posted by Ramani Sandeep on February 1, 2010
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 ...
No comments yet, be the first one to post comment.