IIS7 中没有可用的基本身份验证选项
我在 IIS 管理器中的 IIS=>身份验证下没有基本身份验证选项。我确实有以下选择:
Anonymous Authentication
ASP.NET Impersonation
Forms Authentication
我使用的是 Windows 7 professional N,并且根据 this ,我应该可以使用基本身份验证。
有人有什么想法吗?
I do not have the option for Basic Authentication in IIS Manager under IIS=>Authentication. I do have the following options:
Anonymous Authentication
ASP.NET Impersonation
Forms Authentication
I am using Windows 7 professional N, and according to this, Basic Authentication should be available to me.
Does anyone have any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
转到控制面板\程序 ->打开或关闭 Windows 功能,并在 IIS 下启用基本身份验证:
Go to Control Panel\Programs -> Turn Windows features on or off, and enable Basic Authentication under IIS:
我没有足够的代表来对所选答案添加评论,但我觉得重要的是要补充一点,您可能需要关闭并重新打开 IIS 管理器然后它就会出现在身份验证选项列表中。
否则,您可能会疯狂地试图找出为什么执行上述操作,而列表却没有改变。
I don't have enough rep to add a comment to the chosen answer, but I feel like it's important to add that you'll likely need to close and reopen IIS Manager before it will show up in the list of choices for Authentication.
Otherwise you could go mad trying to figure out why you did the above and the list didn't change.
(来源:https://serverfault.com/questions/29521/iis7-basic-authentication-module -缺少)
(source: https://serverfault.com/questions/29521/iis7-basic-authentication-module-missing)