I'm trying to add a new web site on an existing IIS v7 which has its default web site installed. My problem is that I have conflict since I can't give:
Different host name Different local IP Different port I was asked to try and do the following. Lets say the default web site can be accessed through www.something.com, than I should try to configure the new web site with www.something.com/new_web_site
Is it possible from the web site configuration?
Is it possible to put some kind of redirect page in a sub folder name new_web_site under the default web site physical location that will redirect the real physical location of the new web site files?