예제 #1
0
 public static void StopIIS()
 {
     IISAgent.Stop();
 }
예제 #2
0
 public static void StartIIS(TestContext testContext)
 {
     IISAgent.Start(@"/site:""ToDoList"" /apppool:""Clr4IntegratedAppPool"" /config:""..\..\..\.vs\config\applicationhost.config""");
 }