Thursday, July 10, 2008

Start/ Stop IIS Service locally and remotely use IISReset command

This is a quite useful command if you ever want to remotely deploy any new website,
here is the microsoft link

IISReset [computername] [option flags]

computername is not required for local.

flags include
/noforce do not force disconnect client
/stop stop iis
/start start iis
/reboot reboot the computer
/restart restart iis
/status display status
/enable
/disable

No comments: