Windows 身份验证用户名和密码问题
我已将我的 Web 应用程序设置为通过 Windows 身份验证进行保护。
我不确定我这样做是否正确 - 当我尝试访问该网站时,我会弹出寻找用户名和密码的窗口。然而,无论我使用什么组合,它都不起作用。
我可以在哪里检索或至少设置要使用的有效用户名和密码?
I have set my web application to be secured by windows authentication.
I am not sure if I have done so correctly though - when I attempt to access the site I get the pop up looking for a username and password. However no matter what combination of such that I used, it does not work.
Where can I retrieve or at least set up a valid user name and password to use?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当您设置 IIS 服务器以使用 Windows 身份验证时,用户帐户通常是在服务器或 Active Directory 上管理的帐户(如果服务器是域的一部分)。
有关 IIS 中如何处理用户身份验证的详细信息,请查看 MSDN。
When you setup an IIS server to use Windows authentication, the user accounts are usually those managed on the server or Active Directory (if the server is part of a domain).
For more information on how user authentication is handled in IIS, check out MSDN.