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):

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?

Turns out that all I had to do was create an additional site and clear the damn cache in Firefox… I hate it when things like that happen! :slight_smile:

It’s working now.