国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 網站 > 建站經驗 > 正文

記錄asp.n、et網站是什么原因導致停止運行的代碼

2019-11-02 14:34:54
字體:
來源:轉載
供稿:網友

 這篇文章主要介紹了記錄asp.net網站是什么原因導致停止運行的具體實現

記錄網站是什么原因導致停止運行還是有必要的,下面是具體的實現方式。 代碼如下:protected void Application_End(object sender, EventArgs e) { RecordEn
面包網[www.aikan.tv/special/mianbaowang/]
dReason(); }  /// <summary> /// 記錄網站停止運行原因 /// </summary> protected void RecordEndReason() { HttpRuntime runtime = (HttpRuntime)typeof(System.Web.HttpRuntime).InvokeMember("_theRuntime", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static | System.Reflection.BindingFlags.GetField, null, null, null); if (runtime == null) return; string shutDownMessage = (string)runtime.GetType().InvokeMember("_shutDownMessage", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Instance | System.Reflection.BindingFlags.GetField, null, runtime, null); string shutDownStack = (string)runtime.GetType().InvokeMember( "_shutDownStack", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Instance | System.Reflection.BindingFlags.GetField, null, runtime, null); string reasonString="網站Application_End,停止運行,shutDownMessage=" + shutDownMessage + ",shutDownStack=" + shutDownStack; LogHelper.WriteErrorLog(reasonString,null); LogHelper.WriteSmtp(reasonString, null); //以下方法將重啟的原因和重啟時的堆棧信息記錄到了windows的事件查看器中,當然你也可以記錄到文本文件中。 //EventLog log = new EventLog(); //log.Source = "ASP.NET 2.0.50727.0"; //log.WriteEntry(String.Format("rnrn_shutDownMessage={0}rnrn_shutDownStack={1}", shutDownMessage, shutDownStack), EventLogEntryType.Information); }  
發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 大兴区| 万全县| 玉树县| 平陆县| 宿松县| 商河县| 宜城市| 孟村| 高密市| 吕梁市| 永顺县| 来安县| 湖北省| 长岭县| 茂名市| 凤山市| 区。| 彝良县| 浦东新区| 东乡县| 涞水县| 天门市| 芜湖县| 盐山县| 江山市| 新蔡县| 哈密市| 北川| 鲜城| 台北县| 广宗县| 门头沟区| 淄博市| 沧源| 莱阳市| 奉节县| 巴林右旗| 慈利县| 锡林郭勒盟| 清新县| 尼勒克县|