How to authenticate user by AD?
-
2009年7月24日 16:05Can any one help?
I would like to call the Windows authentication window and let our use to input domain user id and password, then return true or false by the domain.
Is it possible? How to do? Please help!
所有回覆
-
2009年7月27日 2:41版主
Hello Carlven,
You can take a look at the following article. It's helpful for you to resolve the problem.
http://www.codeproject.com/KB/aspnet/activedirectoryuse.aspx
Microsoft Online Community Support- 已標示為解答 KeFang ChenModerator 2009年7月31日 7:20
-
2009年7月27日 16:27Thanks for your reply. I will try it.
-
2009年7月28日 3:16
Hi Carlven,
These articles may also help:
- http://support.microsoft.com/default.aspx/kb/316748
- http://msdn.microsoft.com/en-us/library/ms998360.aspx
Colt- 已標示為解答 KeFang ChenModerator 2009年7月31日 7:20
-
2009年7月28日 16:05Hi Colt,
Thank you very much for your help! I will test it.