Need urgent Active Directory / asp.net help

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.
 
N

Newbie Coder

Steve,

All ASP.NET questions should be directed here:

microsoft.public.dotnet.framework.aspnet
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top