ASP errors

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Steven Scaife

    ASP errors

    Is there a better way of handling errors than err.number, err.description
    and err.source.

    What i want is to be able to get the line, file etc that you get in the
    error message when you dont trap for errors so that i can email it back to
    myself whenever an error occurs.

    err doesn't seem to give enough details for me

    thanks for any help


  • Bob Barrows [MVP]

    #2
    Re: ASP errors

    Steven Scaife wrote:[color=blue]
    > Is there a better way of handling errors than err.number,
    > err.description and err.source.
    >[/color]
    It depends.
    [color=blue]
    > What i want is to be able to get the line, file etc that you get in
    > the error message when you dont trap for errors so that i can email
    > it back to myself whenever an error occurs.
    >[/color]
    Look up custom 500 page at aspfaq.com.


    Bob Barrows

    --
    Microsoft MVP - ASP/ASP.NET
    Please reply to the newsgroup. This email account is my spam trap so I
    don't check it very often. If you must reply off-line, then remove the
    "NO SPAM"


    Comment

    Working...