IIS and ASP.NET 2.0.50727.0 Issues with SharePoint

iissharepointwindows-server-2003

I have just moved a SharePoint 2007 site from one server to another. Both servers are running Windows Server 2003 R2 Service Pack 2, but the new one is x64 as apposed to x84. I successfully installed SharePoint and attached the content databases to SQLSERVER and associated them with their respected webpages.

However when I try to view the page, either from outside the server or from within, the page never loads. I've checked some forums and everyone suggests giving read permissions to the ISS_WPG group win the Inetpub folder. I have done this, but it still doesn't work.
Any suggestions as to why my website won't load? What are typical problems that block web content from a server?

EDIT: When I say the page never loads, I mean that IE says "Internet Explorer cannot display the webpage." In the Application Event Log there is a pile of ASP.NET 2.0.50727.0 errors. When I try to access the site from another computer, I get a Directory Error that says "This Virtual Directory does not allow contents to be listed."

Using aspnet_regiis.exe -lv, I see that I have the asp.net 1.1.4322.0 (x86) and 2.0.50727.0 (x86 and x64) version installed.

Best Answer

I would try running aspnet_regiis.exe http://msdn.microsoft.com/en-us/library/k6h9cz8h(VS.80).aspx I noticed that in the past the installation of the .Net Framework 2.0 did not register with IIS on x64.