默认网站未在Localhost中显示

发布于 2025-01-19 19:40:16 字数 436 浏览 3 评论 0原文

我想知道是否有人可以帮助解决以下问题。我们在Windows Server 2016上有IIS 10启用。如果我们打开IIS并尝试浏览HTTP端口80中的默认网站,则Chrome中的Localhost页面显示了一个带有消息的空白页:

{
  "succeeded": false,
  "message": "Authentication required",
  "code": 0
}

​试图查看Localhost页面是否正在显示。

身份验证是启用匿名身份验证。所有其他选项都是禁用的。即使启用了存储的选项,IIS日志也没有存储任何内容。 Windows防火墙被禁用。

我已经比较了另一个Windows Server 2016中的IIS默认安装。两者都具有完全相同的配置,但由于某种原因,这两个配置都不可用。我还尝试重新启动IIS并重新启动机器。

I was wondering if anyone can help with the following issue. We have IIS 10 enable on Windows Server 2016. If we open IIS and try to Browse the Default Web Site in http port 80, the localhost page in Chrome shows a blank page with the message:

{
  "succeeded": false,
  "message": "Authentication required",
  "code": 0
}

enter image description hereThe same happens if I enter the name of the server or 127.0.0.1, or if I use http or https

We still have not even published anything, only tried to see if the localhost page is showing.

The authentication is Anonymous Authentication Enabled. All the other options are disabled. The IIS logs are not storing anything, even though the option to store is enabled.
Windows firewalls are disabled.

I have compared the IIS default installation in another Windows Server 2016. Both have the exact same configuration, but this one for some reason does not work. I have also tried to restart IIS and reboot the machine.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

谁人与我共长歌 2025-01-26 19:40:17

它是匿名身份验证:

  • 匿名身份验证:已启用
  • ASP.NET 模拟:已禁用
  • 基本身份验证:已禁用
  • 表单身份验证:已禁用
  • Windows 身份验证:已禁用

我已经检查过,端口 80 未被任何其他应用程序使用

It is anonymous authentication:

  • Anonymous authentication: Enabled
  • ASP.NET Impersonation: Disabled
  • Basic Authentication: Disabled
  • Forms Authentication: Disabled
  • Windows Authentication: Disabled

I have checked and port 80 is not used by any other application

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文