I have two website one is umbraco site and other one is asp.net site both on different location on same server
1) Umbraco site ( umbraco V6 and IIS 7) And bind on let say Eg. http://localhost:8090/
2) Asp.net website. (Simple Asp.net Site)
Now I have added Asp.net website as Application in umbraco web site IIS and given Alias let say AspSubSite
My umbraco site is running fine. But when I try to access asp.net site by URL http://localhost:8090/AspSubSite
It is not working.
I have try adding respective Url to umbraco config key “umbracoReservedUrls” but that also didn’t work