Skip to content

Instantly share code, notes, and snippets.

@IcodeNet
Created October 10, 2012 08:12
Show Gist options
  • Save IcodeNet/3863962 to your computer and use it in GitHub Desktop.
Save IcodeNet/3863962 to your computer and use it in GitHub Desktop.
Stop all cassini instances. Stop all devwebserver.exe instances
taskkill /IM WebDev.WebServer20.exe /F
taskkill /IM WebDev.WebServer40.exe /F
/* in large VS solutions we might need to start loads of WebDev instances.
The above script will kill all*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment