csharp Global.asax上的应用程序错误

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了csharp Global.asax上的应用程序错误相关的知识,希望对你有一定的参考价值。

protected void Application_Error(object sender, EventArgs e)
{
    var ex = Server.GetLastError();
    string allFootprints = GetAllFootprints(ex);
}

以上是关于csharp Global.asax上的应用程序错误的主要内容,如果未能解决你的问题,请参考以下文章

Global.asax文件说明

Global.asax.cs 为 /.aspx 执行子请求时出错。 Server.Transfer

无法中断 global.asax / Application_Start

ASP.NET MVC中的Global.asax文件

Global.asax.cs介绍

asp.net mvc global.asax文件详解