Hello All,

One need to perform below mentioned steps to stop, start/restart IIS service from Windows 2003 server:

1) Click on start button.
2) Click on Run button.
3) Type "CMD" without quote.
4) Press enter which will open up

To Stop IIS, use the following command

iisreset /stop

To Start IIS, use the following command

iisreset /start