I'm having an issue with moving a converted DNN site (now version 7.0) to a web server running Windows Server 2008 R2 and IIS 7.5.
I've copied the website folder from the old server to the new server with no issues. I've assigned Full Control security permissions to the IIS 7.5 application pool, running .NET 4.0 in Integrated Pipeline mode, to the website folder. I've configured the website in IIS 7.5 to use the correct application pool.
When I go to browse the site, I am receiving an HTTP 404. The site should be able to bring up the Default.aspx page - but it doesn't.
In IIS 7.5, I go to view the Default Document feature for the site and I receive the following message box:
There was an error while performing this operation.
Details:
File: \\?\C:\ActiveWebsites\ArizonaDeMolay\...
Error:
It appears that IIS 7.5 is not able to read the web.config file from the converted DNN 7.0 site. When I go to the Configuration Editor for the site in IIS 7.5, I receive the following message:
The data is invalid (Exception from HRESULT: 0x8007000D
Can anyone please explain what to do about the above issues? I'm not entirely sure why the error would occur; I've got another DNN 7.0 site running on IIS 7.5 and didn't have these issues. I'm guessing that the web.config is missing a configuration item, but I don't know what it is.
Please help! Thanks!