I have a web site that runs fine on IIS6. It is launched by navigating to:
https://www.mywebsite.comI also have a spearate website that runs as a Virtual folder (with application name) of this website and it is launched as follows:
https://www.mywebsite.com/newwebsite.
Both websites work just fine.
I now want to make the 'newwebsite' as a website (rather than a Virtual folder). I created a new website (newwebsite,
appearing on the same level in the IIS tree as mywebsite). Setup 'site identification' as
newwebsite with IP Address as Server IP address and TCP port of
8080. However, browsing ...
Go to the complete details ...