Example #1
0
        protected void Application_AcquireRequestState(object sender, EventArgs e)
        {
#if DEBUG
            GlobalAsax.ProcessVoteConfigForBeginRequest(this);
#endif
        }
Example #2
0
 protected void Application_Error(object sender, EventArgs e)
 {
     GlobalAsax.OnApplicationError(this);
 }
Example #3
0
        protected void Session_Start(object sender, EventArgs e)
        {
#if DEBUG
            GlobalAsax.ProcessVoteConfigForSessionStart(this);
#endif
        }