I am deploying to my .net project to host.domain.com/Default Web Site/ProjectName.
I would like to make it so that the URL "host.domain.com" points to my application.
I suspect I don't have the bindings set correctly, but I can't figure what I need to do. Right now entering "host.domain.com" takes me to the default IIS screen, and I can only access my project via host.domain.com/ProjectName.
What do the bindings on Default Web Site need to be to make it point to my application?