发布mvc遇到的HTTP错误 403.14-Forbidden解决办法
1.
在web.config增加<modules runAllManagedModulesForAllRequests="true" />
<system.webServer>
<validationvalidateIntegratedModeConfiguration="false"/>
<modules runAllManagedModulesForAllRequests="true" />
</system.webServer>
2.
如果还不行,请检查一下“处理程序映射”,里面是否有“ExtensionlessUrlHandler-Integrated-4.0”,
如果没有,
先更改iis托管模式。
如果还不行再请注册.net4.0
在运行里输入:C:WindowsMicrosoft.NETFrameworkv4.0.30319aspnet_regiis.exe -i