I
Iain
I'm using Forms Authentication in asp.net 2.0.
When the user is logged in, I want to check the role of the user and send
them to an approriate page.
However, despite the name of the event 'LoggedOn', the system does not
believe that this is the case. That is Membership.GetUser() returns null
and User believes it is not authenticated and has no Identity information.
THis seems so bizzare that I must be doing something seriously wrong!
Can any one help?
Iain
When the user is logged in, I want to check the role of the user and send
them to an approriate page.
However, despite the name of the event 'LoggedOn', the system does not
believe that this is the case. That is Membership.GetUser() returns null
and User believes it is not authenticated and has no Identity information.
THis seems so bizzare that I must be doing something seriously wrong!
Can any one help?
Iain