【发布时间】:2012-08-23 14:55:37
【问题描述】:
当我在浏览器中键入 localhost 时,我看不到通常会显示的 IIS 页面,而是抱怨 HTTP 401.2 UnAuthorized 错误。我正在运行 IIS 7.5。
我尝试将 C:\Windows\System32\drivers\etc 中的主机文件更改为包含
127.0.0.1 localhost
(不带#号)
我还需要做些什么才能使其正常工作。请帮忙。
详细的错误信息
Module IIS Web Core
Notification AuthenticateRequest
Handler StaticFile
Error Code 0x80070005
Requested URL http://localhost:80/
Physical Path C:\inetpub\wwwroot
Logon Method Not yet determined
Logon User Not yet determined
【问题讨论】: