【发布时间】:2017-01-17 17:12:36
【问题描述】:
Windows 10、IIS 10.0、localhost,正在请求我的 .aspx 文件。我不断收到以下错误:
HTTP Error 403.0 - Forbidden.
You do not have permission to view this directory or page.
Most likely causes:
This is a generic 403 error and means the authenticated user is not authorized to view the page.
“登录方法”和“登录用户”为“匿名”。 应用程序池具有标识:“ApplicationPoolIdentity”,以集成模式运行。 任何可能的修复?
【问题讨论】:
-
您网站的目录是什么(C:\...)?确保应用程序池可以读取和执行该目录。
-
说它是 C:\MySite。是的,IIS_USRS 具有读取和执行权限。
标签: iis