Windows Server 2008 R2. IIS 7. Visual Studio 2012.
I created a new web site under IIS 7 and moved a working web site to this site in order to make major changes to the existing web site without having to take down the good site.. I set up everything on the new IIS site the same way it is set up on the working site (as far as I know). The site is designed to land on index.htm which redirects onload tohttps://extranetnew.goodnewsjail.org/extranet/. The Extranet folder has a default landing page of default.aspx. Here is what happens:
When I access the new site from within our network, the site comes up, and after giving me a security certificate warning (which I ignore)prompts for credentials and logs me on. However, when I try to access the new site from outside our network (I have created an A record at GoDaddy that points to the new site and configured my firewall to pass through to the new site), it never get beyond the index.htm page. It times out trying to loadhttps://extranetnew.goodnewsjail.org/extranet/. Can anyone suggest where I might need to tweak to make this work?