protected void Application_Error() { //System.Diagnostics.Debug.WriteLine(); // Response.Redirect("~/Home/Inwdex"); LogingUtil lg = new LogingUtil(); lg.LogEvent(Server.GetLastError(), EventLogEntryType.Error); }
protected void Application_Error() { LogingUtil lg = new LogingUtil(); lg.LogEvent(Server.GetLastError(), EventLogEntryType.Error); }