jamiebogota
New Member
I've a ASP.NET MVC3.0 application running side by side with asp.net form (half mvc3 and half asp.net).I would have thought the out of box IIS7 with .NET 4.0 would render MVC3.0 application with no issues. The website has been deployed as BIN deployment i.e. all MVC dlls are under BIN folder.The same website works on other IIS7 machine and not other. When it doesn't work if I set runAllManagedModulesForAllRequests=true then it works. Interesting and weird....Could someone please suggest which specific setting IIS7.0 I need to enable so that I don't have to use runAllManagedModulesForAllRequests ?