Is it possible to restart IIS7 using C#? If so, how?
|
|
Just execute the command-line option using System.Diagnostics.Process.Start(); |
||
|
|
|
|
should do the trick :) Dan |
||||
|
