Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
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