IIS 10.0 HTTP错误403.0 - 禁止
问题描述:
Windows 10,IIS 10.0,localhost,请求我的.aspx文件。我一直收到以下错误:
Windows 10, IIS 10.0, localhost, requesting my .aspx file. I keep receiving following error:
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,以集成模式运行。
任何可能的修复?
"Logon Method" and "Logon User" are "Anonymous". Application pool has Identity: "ApplicationPoolIdentity", is running in integrated mode. Any possible fixes?
答
此错误来自数据库。以这种神秘的方式表达了用户X无法连接到Y的事实。
This error came from database. In such cryptic way the fact, that user X cannot connect to Y, was expressed.