Created
October 8, 2017 16:59
-
-
Save juliandavidmr/c5a31f1d66fd97417dec0e19ce11898f to your computer and use it in GitHub Desktop.
Start or Stop the Web Server (IIS 7)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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