In EPiServer 6R2 I was using this line to attach a funtion to the website first begin request
EPiServer.Web.InitializationModule.FirstBeginRequest += new EventHandler(App_FirstBeginRequest);
But in CMS7 I am getting a warning that InitializationModule.FirstBeginRequest is obsolete... How can i attach an event to the first begin request in EPiServer7?
In EPiServer 6R2 I was using this line to attach a funtion to the website first begin request
EPiServer.Web.InitializationModule.FirstBeginRequest += new EventHandler(App_FirstBeginRequest);
But in CMS7 I am getting a warning that InitializationModule.FirstBeginRequest is obsolete... How can i attach an event to the first begin request in EPiServer7?