A: 

i am afraid you will have to write a windows service to run the scheduled jobs in .Net environments. In general, shared hosting companies do not provide a provision to configure a windows service on the servers so you might have to look at other alternative for hosting.

Vikram
+2  A: 

Here's a nice article on how to create a Task Scheduler (similar to Cron) in ASP.NET

Jose Basilio