Created
April 5, 2013 02:18
-
-
Save lanekatris/5316100 to your computer and use it in GitHub Desktop.
Useful IIS Commands
This file contains hidden or 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
| # 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