Skip to content

Instantly share code, notes, and snippets.

@yurifedoseev
Last active November 20, 2018 09:20
Show Gist options
  • Select an option

  • Save yurifedoseev/3fd5f3cc1bc1a1c90c6c to your computer and use it in GitHub Desktop.

Select an option

Save yurifedoseev/3fd5f3cc1bc1a1c90c6c to your computer and use it in GitHub Desktop.
Delete all sites from IIS express configuration
appcmd.exe list site /xml | appcmd delete site /in
@dw4dev
Copy link
Copy Markdown

dw4dev commented Nov 30, 2017

Very helpful! thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment