Skip to content

Instantly share code, notes, and snippets.

@hazzik
Created August 13, 2014 23:13
Show Gist options
  • Save hazzik/cdec8b4c6863e7a33bc2 to your computer and use it in GitHub Desktop.
Save hazzik/cdec8b4c6863e7a33bc2 to your computer and use it in GitHub Desktop.
IISExpress.cmd
for /F %i in ('appcmd list sites /text:NAME') DO @appcmd delete site %i
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment