>> For example, if someone is a member of a group they may continue, otherwise not?
Correct!!
>> DirectorySearcher and DirectoryEntry
Can you possible show me a quick example? Or do you know of any online tutorials that show you how to handle what you are explaining?
Thanks in advance!
Main Topics
Browse All Topics





by: tgerbertPosted on 2009-11-04 at 08:45:42ID: 25741213
For example, if someone is a member of a group they may continue, otherwise not?
ctiveDirec tory namespace, in particular DirectorySearcher and DirectoryEntry.
then search for that username DirectorySearcher.
Add a reference to System.DirectoryServices, and refer to the System.DirectoryServices.A
You can get the users name with Request.LogonUserIdentity,