httpcontext null in webbaseevent(webeventprovider) handler

  • Thread starter Thread starter parez
  • Start date Start date
P

parez

Hi all,


HttpContext.Current is null in my webeventprovider. Why would that be?

I am using a customwebbaseevent.

Please Help.
Thanks inadvance.
 
Depends on when you're trying to access the HttpContext. It probably won't
be available at some point is the class's lifecycle (e.g. within the
contsructor)
 
Also I am trying to access it from the processevent function of an
event provider for the
heartbeat event.
 
Also I am trying to access it from the processevent function of an
event provider for the
heartbeat event.
 
Back
Top