I have a Win 2008 Server VPS with IIS 7
I created a new site (alongside with the Default site that runs on port 80). The new site was given a port 8080.
From my local dev machine, if i browse to the site using:
I get a not found error. If I go to:
then I see the IIS 7.0 page.
From the server, I can browse the site with port 8080, why can't I do it from outside the network?
Also, can I have a Default site running on a location other than c:\inetpub\wwwroot without jumping through a bunch of hoops?
Thanks!