asp.netwcfiiswindows-server-2003

Application Pools not starting after iisreset


Before I start, I know using iisreset is considered bad practice, but this shouldn't happen anyway..

What we have:

What happens:

Is this "normal" iis behavior and should I just avoid using iisreset, or are we doing something wrong in our .NET code?


Solution

  • The application pools should restart on an iisreset, but they do run outside of iis (in COM+) for reliability. This mean they may may not come back if the application is misbehaving, but IIS and the other apps will(should) come back. So yes, This is "normal".

    P.S. I would also like to "OUT" myself as a proud user of iisreset. Bad practice? Bah! ;D