The release of the .NET Framework delivers numerous incredibly functional classes that make life easier for developers. The System.DirectoryServices namespace provides access to the Active Directory. Author: Tony Caudill Code: ASP.NET Beta 1 & VB
Here we provide several methods for managing your Active Directory database via ASP.Net code. We'll cover querying user information using System.DirectoryServices, changing user accounts, and group management. Author: Patrick Santry Code: ASP.NET v1.1 & VB
This code snippet provides you with a function to obtain all groups from within Active Directory using the System.DirectoryServices interface using VB.NET. Author: Charles Stratton Code: ASP.NET v1.1 & VB
In this code snippet we will provide two methods for creating and removing virtual directories in Internet Information Services using the System.DirectoryServices interface. Author: Patrick Santry Code: ASP.NET v1.1 & VB
Sample Code: Query Active Directory and return the users Full Name.
This class could be modified to return several values from Active Directory.
-------------------------------------- Code: ASP.NET v1.0 & VB