Under sites in IIS I have made a new node that binds to port 80 and stopped all the other websites nodes/pools that would otherwise bind to that port.
Under the new node I created an application baz1, so the path the website is on is http://MyServer/baz1/...
I also have other directories/applications under the node I created like baz2, baz3, etc...
My only problem is that the application only runs correctly when it is at the root. So instead of being at http://MyServer/baz1/
it needs to be at http://MyServer/
Is there a way to keep all the applications grouped under my new node and have only one run at a time and be run at the root? I don't want to put the one I'm trying to run under default web site for multiple reasons.
I've googled, bing'd, and experimented on everything I can think of but can't find a way to change the virtual path of an application so I'm hoping someone here knows.
Thanks everyone and if my question isn't clear let me know and I'll clarify it asap