Skip to content

Instantly share code, notes, and snippets.

@lanekatris
Created April 5, 2013 02:18
Show Gist options
  • Select an option

  • Save lanekatris/5316100 to your computer and use it in GitHub Desktop.

Select an option

Save lanekatris/5316100 to your computer and use it in GitHub Desktop.
Useful IIS Commands
# Reset iis
iisreset
# List current sites
%systemroot%\system32\inetsrv\appcmd list app
# Change site name
%systemroot%\system32\inetsrv\appcmd set app "Default Web Site/OldApplicationName" -path:/NewApplicationName
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment