oguzhankircali
3/27/2019 - 7:13 PM

Application Error on Global.asax

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