first_page the funky knowledge base
personal notes from way, _way_ back and maybe today

Windows Server 2008: “Start or Stop the Web Server (IIS 7)”; win2k8; technet

To start or stop a Web server

You can perform this procedure using the user interface (UI) or a command line. For information about opening IIS Manager, see Open IIS Manager (IIS 7). Using the UI

  1. Open IIS Manager and navigate to the Web server node in the tree.
  2. In the Actions pane, click Start if you want to start the Web server or Stop if you want to stop the Web server.

Using a command line

  1. Open an elevated command-line window.
  2. At the command prompt, type net stop WAS and press ENTER; type Y and then press ENTER to also stop W3SVC.
  3. To restart the Web server, type net start W3SVC and press ENTER to start both WAS and W3SVC.

[http://technet.microsoft.com/en-us/library/cc732317%28WS.10%29.aspx]

mod date: 2009-09-23T17:06:31.000Z