Hi
I have a windows 2008 RS server with IIS7.5 and I've set up a web app that I can browse to from the server but when I try to browse to it from the outside it does not load.
I can ping my server from the outside and if I browse to http://myserver I get my IIS splash screen. I have another web site under my default web sites called MySite1 and I can even hit that from the outside withhttp://myserver/MySite1 and it loads fine.
But when I try to browse to any web app that I have set up in IIS, I get a 'The connection was reset. The connection to the server was reset while the page was loading.' error.
When I'm on the server I can browse to my web apps using either http://serverip:83 or http://servername:83 (83 is the port for one of my apps) and it loads just fine - but from the outside I get nothing.
Can anyone shed light on how to fix this?