worker process in IIS shared hosting

Posted by Akshat Goel on Stack Overflow See other posts from Stack Overflow or by Akshat Goel
Published on 2010-06-07T05:07:11Z Indexed on 2010/06/07 5:12 UTC
Read the original article Hit count: 353

Filed under:
|
|
|
|

Can anyone tell me, is there a way to run a process in IIS shared hosting service.

Suppose, the scenario is like "I want to send emails to a list of email id's after everywhere 3 hrs", so the challenge here is the process should not be invoked by a HTTP link. It should be automatic.

I think we can do this by IIS worker processes.

Also this all will be happening on a shared server(like GoDaddy) in IIS7, .NET 3.5

Please anyone give me a direction.

Thanks in advance.

© Stack Overflow or respective owner

Related posts about .NET

Related posts about iis