Is there a way to read the actual Role of a user on the Network from code rather than having to pass in the String of that role?
I want to know the "MyLAN\Web Dev Group" from an object of some sort. Does it exist?
THanks
Code:If HttpContext.Current.User.IsInRole("MyLAN\Web Dev Group") Then...




Reply With Quote