How to restart IIS 6 's defaultAppPool using asp.net C#?

Posted by Mike108 on Stack Overflow See other posts from Stack Overflow or by Mike108
Published on 2009-09-07T12:02:11Z Indexed on 2010/05/27 7:21 UTC
Read the original article Hit count: 270

Filed under:
|

How can I restart IIS 6 's defaultAppPool when I click a button of a webform page in an asp.net web app.

I tried to use HttpRuntime.UnloadAppDomain(); but it can not restart the IIS 6 's defaultAppPool.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about iis6