I have a user that is set up as a member of "My Test Group".
When I am logged in as that user and do a "GPResult /R"
that user does not appear to be a member of "My Test Group" but when I do "Net users *MyUserName* /Domain"
they do appear to be a member of "My Test Group"
Why the difference? Ultimately I am using ASP.Net MVC Authorize attributes to allow access to specific controller actions.