D
DotNetNewbie
Hi,
I did a simple response.write in my httpmodule in both the
Application_AuthorizeRequest and Application_BeginRequest events.
The Application_BeginRequest is firing, but the authorizerequest event
is not.
I first go to login.aspx, log in and then do a:
FormsAuthentication.SetAuthCookie(user.ID.ToString(),
cbRememberMe.Checked);
Then when I view the page only the begin request event fires.
What is going on?
I did a simple response.write in my httpmodule in both the
Application_AuthorizeRequest and Application_BeginRequest events.
The Application_BeginRequest is firing, but the authorizerequest event
is not.
I first go to login.aspx, log in and then do a:
FormsAuthentication.SetAuthCookie(user.ID.ToString(),
cbRememberMe.Checked);
Then when I view the page only the begin request event fires.
What is going on?