NT Authenticated Website
ASP.NET
3
Posts
3
Posters
0
Views
1
Watching
-
In an NT Authenticated Website, I have a string in the format "domain\username". My question is: How can I get the group to witch the user belongs to?
-
Context.User.IsInRole()
Check for being in a given role. It may help/ Mazy No sig. available now.see http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetsec/html/secnetht02.asp for a complete guide on forms authentication this should sort you out... rugha