在 Asp.net 中的 Active Directory 上验证用户身份
我想制作一个 Web 应用程序,使员工能够使用活动目录身份验证从笔记本电脑远程访问公司服务器
我找到了这篇文章
http://msdn.microsoft.com/en-us/library/ms180890(v=vs.80).aspx
我想首先在本地计算机上实现它,我想输入我的本地服务器域和我的用户帐户数据(用户名和密码),然后验证自己以使用 Web 应用程序
当我输入我的域时: http://localhost:5000 用户名:AMIRA -->我在 Windows 中使用的用户 和我的密码
我收到错误 验证时出错。验证用户身份时出错。未指定的错误
如果有人知道如何配置它或解决这个问题,我将不胜感激
,提前致谢
I want to make a web application that enable employee to access company server remotely from his laptop using an authentication to active directory
I have found this article
http://msdn.microsoft.com/en-us/library/ms180890(v=vs.80).aspx
I want to implement it on my local machine first, I want to enter domain which is my localserver and my user account data (username and password) and then authenticate myself to use the web application
When I entered My Domain : http://localhost:5000
Username : AMIRA --> The user that I'm using in windows
and My Password
I got the error
Error authenticating. Error authenticating user. Unspecified error
Please if anyone know how to configure it or solve this problem I will be thankful
Thanks in Advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
首先,您需要使用 Windows 身份验证来允许应用程序与 Active Directory 用户进行检查,我建议使用实际的 IIS,而不是使用 MS.Net 构建的 IIS,并尝试远程访问本地计算机上的站点来测试它(使用您的 PC IP 地址)
问候,
First you need to use the windows authentications to allow application check with active directory users and I suggest to use actual IIS not the build in one with MS.Net and try to access remotely to site on the local machine to test it (using your PC IP address)
regards,