I\'m trying to get an ASP.NET MVC 3 site running on IIS 6.0.
Currently when I request a page from the server it gives the following error:
Pa
Add this in your web.config (in the appSettings section):
EDIT:
For the ones who ask why, it is a known issue described in the mvc 3 release notes More details here