Skip to content

Instantly share code, notes, and snippets.

@roozbehk
Last active August 29, 2015 14:18
Show Gist options
  • Save roozbehk/f275bc86695b45a5fe24 to your computer and use it in GitHub Desktop.
Save roozbehk/f275bc86695b45a5fe24 to your computer and use it in GitHub Desktop.
; Open an elevated command-line window.
; At the command prompt, type
net stop WAS
; and press ENTER; type Y and then press ENTER to also stop W3SVC.
; To restart the Web server, type
net start W3SVC
; and press ENTER to start both WAS and W3SVC.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment