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