How does ASP Error Handling work?

Discussion in 'C#' started by selfspirit50, Oct 13, 2006.

  1. #1
    In ASP you handle application errors by using the On Error resume Next statement.
    If you don’t want your visitors to see ugly meaningless error messages, then you’ll have to implement some kind of error handling in your ASP applications.

    Does anyone has any idea how to implement it or how it works ?
     
    selfspirit50, Oct 13, 2006 IP
  2. ludwig

    ludwig Notable Member

    Messages:
    2,253
    Likes Received:
    66
    Best Answers:
    0
    Trophy Points:
    225
    #2
    ludwig, Oct 14, 2006 IP