We are developing our application using MS Visual Studio 2008 VB .Net.
We have to use Active Directory Server for authenticating the user logging into the application.
Does any one has code samples intergrating .Net and ADS?
|
1
|
We are developing our application using MS Visual Studio 2008 VB .Net. We have to use Active Directory Server for authenticating the user logging into the application. Does any one has code samples intergrating .Net and ADS? |
||||
|
|
|
Assuming you are going to put users into an Active Directory Group for authentication:
|
||
|
|
|
|
Detailed explanation and code samples can be found here: http://www.dotnetspider.com/resources/2137-Active-Directory-Au-entication-wi-Form-Based-Au.aspx here: http://www.dotnetspider.com/resources/17208-Authenticate-user-against-active-directory.aspx and here: Hope it helps. |
||
|
|
|
|
There's the CodeProject articles on the topic: and on MSDN in the and then the two really good articles on new features in AD support with .NET 2.0 and 3.5: |
||
|
|