iis7.5

应用程序“xxx.COM”中的服务器错误

错误摘要

HTTP 错误 403.14 - Forbidden

Web 服务器被配置为不列出此目录的内容。

安装了 net framework4.5依然报错

最后解决方法:

http://stackoverflow.com/questions/5111091/getting-404-0-error-for-asp-net-mvc-3-app-on-iis-7-0-windows-server-2008

Just add the following to your web config:

 <system.webServer>
    <modules runAllManagedModulesForAllRequests="true" />

原文地址:https://www.cnblogs.com/gezifeiyang/p/4861441.html