在 Asp.net 中的 Active Directory 上验证用户身份

发布于 2024-12-21 19:48:45 字数 523 浏览 2 评论 0原文

我想制作一个 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

恋竹姑娘 2024-12-28 19:48:45

首先,您需要使用 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,

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文