Skip to content

Instantly share code, notes, and snippets.

@afreeland
Last active December 15, 2015 18:09
Show Gist options
  • Save afreeland/5301824 to your computer and use it in GitHub Desktop.
Save afreeland/5301824 to your computer and use it in GitHub Desktop.
IIS: Rename IIS Application path
// List IIS Applications
%systemroot%\system32\inetsrv\appcmd list app
// Rename IIS Application Virtual Path
%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