So…
‘http://server_ip_address/application’
works locally‘http://dns_address/application’ works
locally‘http://computer_name/application’
works locally‘http://localhost/application’ does
not work locally
Any ideas on getting localhost to work again? It does work for the browsing the root however.
This is IIS 7.5 and ASP.NET MVC 2 running in classic mode.
This is happening because I am only allowing SSL for the application which is enforced by a redirect mechanism to the SSL page AND the SSL only listens on the correct port.
Thanks for the help guys, I really appreciate it.