I have limitations to host Windows Services in my web hosting provider. But i need run small task frequently.
Do we have any other framework/api which provides similar infrastructure like "Windows Services" from ASP.NET?
I think it will better if you can use FireDaemon. If you can create a console application, then the filedemon will be able to run it frequently similar to Windows service.
If you are using ASP.NET 4, you can have your app pool always running, then have a timer going, and whenever that time elapses, run your process: