IIS 需要在 Web 表单站点的某些页面上进行 Windows 身份验证吗?
我有一个非常奇怪的问题,当我在自己的计算机上工作并将本地主机文件指向域并让它使用我的 IIS 实例作为服务器时,它会弹出 Windows 登录并拒绝访问该页面。这是最奇怪的事情,只有在使用本地 IIS 时才会发生。
有谁知道为什么会发生这种情况以及解决它的解决方案?
谢谢
I have a really strange problem, when I am working on my own machine and pointing my local hosts file to a domain and have it use my IIS instance as a server it pops up a Windows Login and denies access to that page. This is the strangest thing and is only happening when using a local IIS.
Does anyone know why this is happening and the solution to fix it?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
原因是 reports 是一个保留名称。
The reason was reports is a reserved name.
如果这是有效的,则可能是 Internet Explorer 策略确保它不会尝试自动进行自身身份验证。
确保 Internet Explorer(或您使用的任何浏览器)中的 localhost 将 localhost 作为受信任站点并允许其进行身份验证。
If this is at work, it could be an Internet Explorer policy making sure it does not try to automatically authenticate itself.
Make sure the localhost in Internet Explorer (or whatever browser you use) has localhost as a trusted site and allows it for authentication.