Wikipedia:Internet_Information_Services
ASP.NET IIS Registration Tool (Aspnet_regiis.exe)
Understanding Sites, Applications, and Virtual Directories on IIS 7
renaming applications in IIS 7.0
- open
C:\Windows\System32\inetsrv\config\applicationHost.config
as Administrator - find the application entry
- changed the value (“
/Site1
”) of the path attribute at the application element and nothing more:- <application path="/Site1" applicationPool="DefaultAppPool">
<virtualDirectory
path="/"
physicalPath="C:\Sites\Site1" />
</application>
- I had to restart IIS (
iisreset
from command-line) for this to work
See Also
AspDotNet.IIS - the info on THIS page should be on THAT page