I have a web application directory (subsite of the main - default website). I want to update the Alias that I originally chose. How do I do it in IIS7?
In the file mentioned by Coding Gorilla I see
<application path="/SiteAlias" applicationPool="DefaultAppPool">
and
<location path="Default Web Site/SiteAlias">
do I need to update both of these?