V
Victor Jones
I had a question about accessing HttpContext.User in global.asax. I was
trying to access HttpContext.User in Application_BeginRequest() which had a
null value as opposed to containing a valid GenericPrincipal while
accessing it from a Page_Init() method of the same application.
When does the HttpContext.User get initialized in the life-cycle? Why cannot
I access the same in Application_BeginRequest() ?
Thanks
Viktor
trying to access HttpContext.User in Application_BeginRequest() which had a
null value as opposed to containing a valid GenericPrincipal while
accessing it from a Page_Init() method of the same application.
When does the HttpContext.User get initialized in the life-cycle? Why cannot
I access the same in Application_BeginRequest() ?
Thanks
Viktor