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" />

posted @ 2015-10-08 16:35  IT高薪猎头  阅读(149)  评论(0编辑  收藏  举报