I am accessing the same error-containing ASP page on an ISP server using w2k
IE6 but with different effect.
On the first computer I get several line of HTML outputed by ASP, shown
correctly by the browser, followed by a descriptive error message:
Microsoft VBScript runtime error '800a000b'
Division by zero
followed by the number of the error-making line
On the second machine my HTML is not displayed at all. Instead I am getting
that meaningless error page sayng that The page cannot be displayed, HTTP
500 - Internal server error.
How can I get the second computer be more informative about the errors?
IE6 but with different effect.
On the first computer I get several line of HTML outputed by ASP, shown
correctly by the browser, followed by a descriptive error message:
Microsoft VBScript runtime error '800a000b'
Division by zero
followed by the number of the error-making line
On the second machine my HTML is not displayed at all. Instead I am getting
that meaningless error page sayng that The page cannot be displayed, HTTP
500 - Internal server error.
How can I get the second computer be more informative about the errors?
Comment