Hi I want to publish an MVC 3 site in Windows Server 2008 R2 SP1. I installed MVC 3 and MVC 2. When I created an MVC 2 site, it worked fine but the MVC 3 site did not work.
It looks like the request is going to the static file handler and is not getting into the MVC stack at all. Some things to check...
In the config file do you have runAllManagedModulesForAllRequests set to true on the element?
Are you running in an application pool configured for .NET 4 and Integrated Pipeline mode?
That's all I can think of right now, but if I have other thoughts I'll update the post.