ASPError Object problem

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

    ASPError Object problem

    I'm attempting to use the ASPError object to generate a
    custom page when a user encounters a 500-error. I want the
    page to generate an email to alert my department of the
    problem.

    In Internet Explorer: If I force a 500 error, I get the
    custom page AS LONG AS THE VBScript CODE isn't longer than
    about 165 characters (but it won't send me an email). If
    the VBScript exceeds 165 characters, then the whole code
    of the error page is revealed.

    In Netscape: the browser thinks I'm trying to download an
    application of type application/octet-stream. I've found
    postings about this problem with custom error pages &
    Netscape dating back to 2000, although I haven't found any
    solutions to the problem. The previous postees seem to
    have resolved their problem with Netscape.

    All the main ASP pages are working for this site.
Working...