Keep Alive

Keeping a process/thread alive in an ASP.NET website

Actually I need a worker thread to do a specific job repeatedly after a particular amount of time. In fact I tried to run a new Thread and put it into ThreadPool. but after a short time when user leaves the page, the thread is terminated.
Subscribe to Keep Alive