How would I go about this?
I know that using Dim currUser As String = Request.ServerVariables("LOGON_USER") retunrs the Domain\Username, but I want to know what Group that user is in say in Active Directory.
Is this possible?
Thanks in advance for any help.