ASP.Net: Scheduled tasks in a shared environment.

Posted by UpTheCreek on Stack Overflow See other posts from Stack Overflow or by UpTheCreek
Published on 2010-05-26T15:38:59Z Indexed on 2010/05/26 15:41 UTC
Read the original article Hit count: 270

Filed under:
|
|

This is really an extension of this question, which asked the best way to schedule tasks which need to be performed periodically within ASP.NET in a normal environment. However, I would like to ask this specifically for a Shared Hosting Environment (most of the answers to the previous question would not work in a shared environment as far as I know).

One obvious solution would be to have a page which is responsible to performing the tasks on the hosted machine, and call this page from another machine (that you have full control over) using e.g. a windows scheduled task. This is a bit nasty though - are there any better approaches?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about Windows