Skip to content

Instantly share code, notes, and snippets.

@juliandavidmr
Created October 8, 2017 16:59
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save juliandavidmr/c5a31f1d66fd97417dec0e19ce11898f to your computer and use it in GitHub Desktop.
Save juliandavidmr/c5a31f1d66fd97417dec0e19ce11898f to your computer and use it in GitHub Desktop.
Start or Stop the Web Server (IIS 7)
# Stop
net stop WAS
# Start
# net start W3SVC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment