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

            lg.LogEvent(Server.GetLastError(), EventLogEntryType.Error);
        }
예제 #2
0
        protected void Application_Error()
        {
            LogingUtil lg = new LogingUtil();

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