asp.net mvc4项目部署到II&上时,出现
HTTP Error 403.14 - Forbidden - The Web
server is configured to not list the contents of this
directory.
在web.config的system.webServer节点中
<system.webServer>
<modules
runAllManagedModulesForAllRequests="true"/>
</system.webServer>
如果这个modules不存在,那么加上就好了。原因是Nuget有时会删除这个节点。
参见http://*.com/questions/1741439/asp-mvc-in-iis-7-results-in-http-error-403-14-forbidden
相关文章
- 01-31HTTP 错误 500.23 - Internal Server Error 检测到在集成的托管管道模式下不适用的 ASP.NET 设置。
- 01-31ASP.NET 网站迁移 HTTP 错误 500.22 - Internal Server Error 检测到在集成的托管管道模式下不适用
- 01-31asp.net core mvc HTTP Error 502.5 - Process Failure
- 01-31ASP.NET Uploadify 上传文件过大 报错(http error)借鉴,以防忘记
- 01-31[Asp.net]Uploadify上传大文件,Http error 404 解决方案
- 01-31ASP.Net Core 发布到IIS Http Error 502.5 官方解决办法
- 01-31.NET Core5 MVC/WebAPI - HTTP Error 500.30 - ASP.NET Core app failed to start
- 01-31部署ASP.Net项目 遇到总是启用目录浏览或者报HTTP 错误 403.14 - Forbidden 的原因
- 01-31asp.net core 5配置IIS报错 HTTP 错误 500.19 - Internal Server Error 错误代码 0x8007000d
- 01-31服务器asp.net 3.5 HTTP 错误 500.19 - Internal Server Error 无法访问请求的页面,因为该页的相关配置数据无效。