I'm tasked with upgrading our mixed Classic ASP/.NET application over to Windows 2008 / IIS 7.5 from Windows 2003/IIS 6. Basically, we want to copy a few directories over to the new server's Inetpub and see what happens out of the box.
I installed IIS and ASP.NET/ASP by installing the proper 'Role Services' from the Server Manager, but only the test.asp (Hello World) page works -- and not the test.aspx page. In Firefox I get 'Unable to Connect' error message -- and in IE I get 'Internet Explorer Cannot Display the Webpage'. It has no special executable code in it, just simple HTML.
CGI/ISAPI extensions for .aspx are Allowed. Application pool settings are Classic .NET version 2.0 in Classic mode.
Any hints or things I can try to troubleshoot? I think I've done most of the basic steps, but I could be missing something. Any help is appreciated -- and I'll provide more details if needed. Thanks.
jg