【发布时间】:2019-01-11 19:30:35
【问题描述】:
出现以下错误:
HTTP Error 403.14 - Forbidden
The Web server is configured to not list the contents of this directory.
这就是我链接css文件的方式。
<link rel="stylesheet" type="text/css" href="~/styles/StyleSheet.css" />
我是第一次使用母版页。我确实在 iss 服务器中添加了母版页。 我在我的 iss 8.0 中启用了目录设置
【问题讨论】:
-
-
将其添加到问题本身,而不是作为评论...
-
我在我的 iss 8.0 中启用了目录
-
我认为这是因为在添加应用程序时没有给出正确的物理路径。小心给出正确的路径。
-
这让我朝着正确的方向前进。有一个很好的问题徽章。 +1
标签: asp.net