Exemplo n.º 1
0
        protected void Application_Error()
        {
            //System.Diagnostics.Debug.WriteLine();
            //        Response.Redirect("~/Home/Inwdex");
            LogingUtil lg = new LogingUtil();

            lg.LogEvent(Server.GetLastError(), EventLogEntryType.Error);
        }
Exemplo n.º 2
0
        protected void Application_Error()
        {
            LogingUtil lg = new LogingUtil();

            lg.LogEvent(Server.GetLastError(), EventLogEntryType.Error);
        }