hello all,
I need to extend Application_Start, Application_End, Session_Start and Session_End methods from Global.asax.
I have seen several posts regarding the extention these methods, in this post:
the presented solution is through the use of IHttpModules, however for the method I want it is not possible.
Other presented solution is by extending the class "umbraco.Global" and add it to the App_Code as presented in the post:
http://forum.umbraco.org/yaf_postst1702_Possible-to-override-ApplicationStart--ApplicationError.aspx
however I was not able to point to this class since there is no global.asax file, is there any way to point to it?
how should i extend the presented methods?
thanks in advance,
Ricardo
This is a companion discussion topic for the original entry at https://our.umbraco.com/forum/4752-extending-globalasax