Is HttpContext.Current ever null in a web Application (assuming threads are not being used)? More specifically, would it ever be null in void Application_OnError(object sender, EventArgs e)?
Is HttpContext.Current ever null in a web Application (assuming threads are not being used)?
Share
see this other question
I think the same applies to HttpContext.Current as HttpContext.Current.Session
So yes, I think HttpContext.Current can sometimes be null in Application_OnError