.NET Framework 4 RTM on Windows server 2008 R2

Posted by mare on Stack Overflow See other posts from Stack Overflow or by mare
Published on 2010-03-16T12:50:30Z Indexed on 2010/04/23 22:23 UTC
Read the original article Hit count: 438

I've just installed .NET 4 on Windows SErver 2008 R2 x64 and I am getting 500 Internal Server Error with an ASP.NET MVC application which was previously running fine on 3.5. The application was upgraded from targeting 3.5 to target 4 and I personally built it today on my development machine (changed in VS - Properties to .NET Framework 4).

On the server I installed .NET Framework 4 Client profile and Full both automatically through the Web Platform Installer. ASP.NET MVC 2 was also installed through Platform Installer. I created a new .NET 4 application pool in IIS and placed the web app in it.

Also I have custom errors turned Off in web.config but even so no detailed error is displayed - just the plain IIS 7.5 500 Internal Server Error.

Any suggestions?

© Stack Overflow or respective owner

Related posts about .net-4.0

Related posts about windows-server-2008