Last active
December 15, 2015 18:09
-
-
Save afreeland/5301824 to your computer and use it in GitHub Desktop.
IIS: Rename IIS Application path
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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