Tuesday, June 14, 2016

IIS7 - How do I update the alias after site creation

1. Change Web Application Name in Configuration You can't actually do this thru the IIS Manager console, but what you can do is edit the C:\Windows\system32\inetsrv\config\applicationHost.config' file. Find the relatednode and update thepath` attribute. 2. Change Web Application Name in IIS Show...