Getting an ASP.NET 4 application to work on IIS6
Now, for the last 5 months or so, I’ve been involved in a project where we develop an application with ASP.NET MVC on .NET 4 (we started on the beta 2). The main part of this application is hosted on servers running Windows 2008 Server R2 and IIS 7.5. But unfortunately, one part of the application has to be deployed to servers running Windows 2003 Server, and thus IIS 6.0. Turns out, it’s a bit tricky to get .NET 4 working on IIS 6.0. I did the usual stuff, I installed .NET 4 Framework, restar...