Need urgent Active Directory / asp.net help

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello all,

I need to find all the distribution lists/groups a user is a member of using
Active Directory when they request an INTRANET webpage. Impersonation is
DISABLED on this site.

I have a ASP.NET webpage written in VB.NET where when a user loads the page
it get's their network user name by processing:
Request.ServerVariables("LOGON_USER") and now I need to find out what email
distribution lists they are a member of.

Can anyone give me a code snippet that accepts a username and returns a
string with the Distribution Groups/Lists they are a member of? I am using
Visual Studio 2003.
 
Steve,

All ASP.NET questions should be directed here:

microsoft.public.dotnet.framework.aspnet
 
Back
Top