I Used the GenericPriciple and GenericIdentity to authorize a user, then assigned Context.User the GenericPrinciple object but when i Access the User.IsInRole() i always get a "False" result. The User.Identity.Name however works just fine... What can possibly be wrong?
Also, I'm curious about the Global.asax Application_AuthenticateRequest, should I put the authorization code there, or in my Login.aspx.cs file?