IIS 7.5, set domain alias to sdirect outside of Default Web Site?
I'm running IIS 7.5 and inside "Default Web Site", I have the following directory structure (this is all within C:\inetpub\wwwroot):
Sites (in this exact order):
blah1.domain.com
Default Web Site
widget23
blah2.domain.com
When someone visits widget.domain.com in their browser, I want them to land in "Default Web Site/widget23" to access the application we've installed there.
How do I do this without sacrificing any kind of functionality enforced by the application's installation?
Bookmarks