asp.net - Starting a new worker process within IIS c# -
i have question process start.
i start process process.start() method. process windows form application has no gui. start process web application runs on it's own application pool (running localsystem) on iis.
the process starts without problem after while can see in logs the process stops doing it's job (no logging occurs). if stop application pool started process , start pool again (doing nothing else) process starts stopped. can see logs stopped.
i don't have dependencies parent (web app). not waiting in child process. lot of api calls server. code worked flawless when running thread. changed child process because wanted run long jobs. iis shut me down if used worker process.
so nows causes strange behavior?
iis welcome recycle application pool time wants to. stopping process.
you should move process own application runs windows service.
Comments
Post a Comment