|
|
| .DirectoryServices [+] Favor-It | |
| |
 |
| | Sort By:
|
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 |
Class: Uses System.DirectoryServices to get search for an Active Directory User
and return the users "Name" property. Code: ASP.NET Beta 2 & 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 |
This article demonstrates how to retrieve the Global Address List from Active Directory. The code creates a directory entry and performs search and appropriate filters to retrieve the Global Address List result. Author: Ray Gao Code: ASP.NET v2.0 & C# |
|  | |
This article introduces how to return the current network user's login name in ASP.Net 1.1 and 2.0 when using web form authentication. It works for those intranet or internal applications to bypass the login process. Author: Ray Gao Code: ASP.NET v2.0 & C# |
Icon Key >
 - Recently Updated
 - Showcase Listing
|