protected void Application_AuthenticateRequest(object sender, EventArgs e) { ExceptionsLogging.Info("Application has Authenticate Request, " + sender.GetType().Name); }
protected void Application_End(object sender, EventArgs e) { ExceptionsLogging.Info("Application has Application End, " + sender.GetType().Name); }
protected void Session_Start(object sender, EventArgs e) { ExceptionsLogging.Info("Application has Started, " + sender.GetType().Name); }