Archive for February 2008

You are browsing the archives of 2008 February.

Active Directory Searching with ASP.Net

Active Directory Searching with ASP.Net

Whenever I’ve Googled for and Visual Basic or C# code which will allow me to search through Active Directory I’ve had no luck. So, I wrote my own.
There are 2 parts to this project:

A User Class which defines all of the properties related to AD.
An Active Directory class which searches AD and creates an collection [...]