在 IIS 中,为什么窗口身份验证没有显示为我的 Web 应用程序的选项之一?
我正在阅读如何设置 Windows 身份验证我在 IIS 7 上的 Web 应用程序。在描述中,他们将 Window 身份验证作为 IIS 中的一个选项。
我为我的计算机打开了 Windows 身份验证(我使用的是 Windows 7 Professional 64 位),但我仍然不要将其视为我的 Web 应用程序的身份验证选项之一。为什么?
我也尝试禁用匿名身份验证,但这并没有什么区别。
I'm reading about how to set up windows authentication for my web application on IIS 7. In the description they have Window Authentication as an option in IIS.
I have Windows authentication turned on for my machine (I'm on Windows 7 Professional 64bit) and I still don't see it as one of the authentication options for my web application. Why?
I have tried disabling Anonymous Authentication as well, but that didn't make a difference.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(7)
我必须以管理员身份运行 IIS 管理器才能解决此问题。
I had to run IIS Manager as an administrator to resolve this.
我偶然发现了这一点,但在“打开或关闭 Windows 功能”下找不到安全功能。
在 Windows Server 2008 R2 中,它位于“服务器管理器”->“服务器管理器”下。角色 -> Web 服务器 (IIS) ->添加角色服务。
I stumbled upon this, but couldn’t find Security feature under “Turn Windows feature on or off”.
In Windows Server 2008 R2, this is located under Server Manager -> Roles -> Web Server (IIS) -> Add Role Services.
在 Windows Server 2012 中,
服务器管理器>角色>网络服务器(IIS)>安全>安装windows身份验证
重新打开IIS
in Windows Server 2012,
Server Manager > Roles > Web Server (IIS) > Security > install windows authentication
reopen IIS
您可以通过停止并重新启动 IIS 来解决此问题。
You can fix this by stopping and restart IIS.
我在 Windows 7 Professional 中遇到了这个问题。我发现“打开和关闭 Windows 功能”中未启用“Windows 身份验证”选项。
打开“打开和关闭 Windows 功能”窗口。 “Windows 身份验证”选项位于“Internet 信息服务”-> 万维网服务 -> 安全性下。单击“Windows 身份验证”复选框。更多信息请访问 https://learn.microsoft.com/en-us/iis/configuration/system.webServer/security/authentication/windowsAuthentication/providers/add
I had this problem in my windows 7 professional. I found that the "Windows Authentication" option was not enabled from "Turn windows feature on and off".
Open "Turn windows feature on and off" window. The "Windows Authentication" option is available under Internet Information services" -> World wide web services -> security. Click the check box for "Windows Authentication". More information is available at https://learn.microsoft.com/en-us/iis/configuration/system.webServer/security/authentication/windowsAuthentication/providers/add
在 Windows Server 2022 中,转到“服务器管理器”-> “添加角色和功能”
Web服务器(IIS)->网络服务器->安全-> Windows 身份验证
In Windows Server 2022, go to "Server Manager" -> "Add roles and features"
Web Server (IIS) -> Web Server -> Security -> Windows Authentication
Windows Server 2016、IIS 10:重新启动 IIS 管理工具。
Windows Server 2016, IIS 10: Restart the IIS management tool.