如何将Windows Auth与Windows中当前用户的自动凭据一起使用
我有ASP.NET(.NET Framework)应用程序,我想将其放在Windows Auth的IIS上。 但是,当我在IIS上运行它时,浏览器会要求我提供用户名和密码。 我想让Windows的用户无需此提示即可访问。
我想自动登录Windows用户,而无需更改浏览器设置。
I have ASP.NET (.Net Framework) app and I want to put it on IIS with windows auth.
But when i run it on IIS, the browser ask me for username and password.
I want to users of windows will get access without this prompt.
I want to auto login for windows users and without changing browser settings.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在IIS中,选择您正在处理的应用程序。在右侧,有一个用于身份验证的图标。选择它,然后尝试启用Windows身份验证并禁用匿名身份验证。
In IIS, select the application you are working on. On the right hand side there is an icon for Authentication. Select that and try to enable Windows Authentication and disable Anonymous Authentication.