When is the earliest point in which I can access HttpContext.User?
feedback
|
|
You could use the AuthenticateRequest event of the HttpApplication. Here is some sample code:
| |||
|
feedback
|
|
When is the earliest point in which I can access HttpContext.User?
| ||||
feedback
|
|
You could use the AuthenticateRequest event of the HttpApplication. Here is some sample code:
| |||
|
feedback
|