Start IIS server if IIS server not running
HI,
I w开发者_开发技巧ould like to write a code in which start iss, if iis is not running.
Starting IIS from the commandline:
iisreset /start
Stopping IIS from the commandline:
iisreset /stop
Restarting (stop and start):
iisreset /restart
精彩评论