简体   繁体   中英

Renaming a website inside Default Web Site on windows IIS server

I want to rename website present inside Default Web Site. On right clicking the app it does not have any rename option. Kindly suggest how to rename it.

You can rename the website by changing the "path" in applicationHost.config.

The applicationHost.config file in this path: C:\Windows\System32\inetsrv\config.

<application path="/rename" applicationPool="test1"></application>

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM