Search Results

0
votes

ASP.NET and IIS6: trapping ALL application errors

You an also capture the error by utilizing the Application_OnError event in the Global.asax file. Then, you can do as Ben R stated above. Capture the error via the Server.GetLastError() routine. …