Recycle remote IIS app pool

Posted by Abhijeet Patel on Stack Overflow See other posts from Stack Overflow or by Abhijeet Patel
Published on 2010-03-09T06:41:58Z Indexed on 2010/03/09 6:51 UTC
Read the original article Hit count: 719

Filed under:
|
|
|

I would like to use DirectoryServices to list and recycle App Pools hosted on any machine in my Workgroup. My approach is similar to some of the answers posted to this question,but in my case I'd like to do this for a remote machine running IIS 6.

I'm prototyping this as a console app but will eventually be providing a web interface to allow recycling a selected app pool for a specified machine. Where can I specify the credentials to use for making Directory Services call to a remote machine.

I hope I'm phrasing this correctly.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about .NET