windows IIS 6 突然需要对网站进行身份验证

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/4996637/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-15 16:11:13  来源:igfitidea点击:

IIS 6 suddenly requires authentication on a website

windowsiisiis-6

提问by Dexter

Basically, all I did was redirect an old website in IIS management to a new local directory, and now all the pages suddenly require the HTTP authentication. I have checked the settings, and Enable Anonymous Access is checked, and lists a guest user. I then tried creating a new local user, making it guest-group member only, and entered that into the website IIS settings to use.

基本上,我所做的只是将IIS管理中的旧网站重定向到新的本地目录,现在所有页面都突然需要HTTP身份验证。我已经检查了设置,并选中了启用匿名访问,并列出了一个访客用户。然后我尝试创建一个新的本地用户,使其成为仅来宾组成员,并将其输入到网站 IIS 设置中以使用。

Still no luck. Why does IIS suddenly want authentication? What changed??

仍然没有运气。为什么 IIS 突然想要身份验证?什么变了??

回答by Uriah Carpenter

Check the permissions on the directory to ensure that the user Internet Guest Accounthas read access.

检查目录的权限以确保用户Internet Guest Account具有读取访问权限。

回答by Tomas Voracek

Check account under which apppool is running. Does it have access on website folder?

检查应用程序池正在运行的帐户。它可以访问网站文件夹吗?