1、
在web.config增加<modules runAllManagedModulesForAllRequests="true" />
如:问题依然不能解决。报错貌似是指webConfig不识别。
<system.webServer> <validation validateIntegratedModeConfiguration="false"/> <modules runAllManagedModulesForAllRequests="true" /> </system.webServer>
2、
如果还不行,请检查一下“处理程序映射”,里面是否有“ExtensionlessUrlHandler-Integrated-4.0”,如果没有,请注册.net4.0