How to Start/Stop the Default Web Site and any Application开发者_Go百科 Pool of the IIS7 programmatically in C#?
This sounds like something that you'd want to use WMI for. THe IIsWebServer class would probably be a good place to start looking, you can find documentation for that here. And here's a codeproject article for stopping and starting sites in C#.
You can use using System.DirectoryServices
http://terrapinstation.wordpress.com/2008/06/12/restart-iis-application-pool-from-aspnet-page/
精彩评论