Recycle remote IIS app pool
- by Abhijeet Patel
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.