Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用 Razor (Microsoft WebMatrix) 开发了一个网站,现在我想让它在 Intranet 上可用。我的服务器运行的是 Windows Server 2008 Standard。问题是,当我尝试访问该网站时,我收到以下错误:HTTP 错误 403.14 - 禁止,Web 服务器配置为不列出此目录的内容。
如果有人以前见过这个错误或知道如何解决它,请告诉我。我在论坛上发现了很多类似的问题,但没有一个解决方案对我有用。
它工作正常,我只需将下一行添加到 web.config:
<system.webServer> <modules runAllManagedModulesForAllRequests="true"/> </system.webServer>