I'm trying to add a BeginRequest event to my application in the OnApplicationStarted (implemented because of IApplicationEventHandler) but it is never hit. If a add the BeginRequest to my Global.asax it is hit, but i would expect that it was possible to register it in OnApplicationStarted.
Am I wrong in this asumption or should it be done in another way??
BeginRequest in Umbraco 6.1.x
Hi,
I'm trying to add a BeginRequest event to my application in the OnApplicationStarted (implemented because of IApplicationEventHandler) but it is never hit. If a add the BeginRequest to my Global.asax it is hit, but i would expect that it was possible to register it in OnApplicationStarted.
Am I wrong in this asumption or should it be done in another way??
Cheers Joachim
is working on a reply...