How do you turn on classic asp vb script errors to see what line the error is on in the web page?

Is there a little formula which we have to put in to a web page itself? The web.config record seems to work with excellent during removing blunder messages with asp.net pages though not classical asp. The web.config record is additionally setup up for blunder messages.

One thought on “How do you turn on classic asp vb script errors to see what line the error is on in the web page?

  1. For starters, you need to make sure you don’t have “Show friendly HTML error messages” checked under the Advanced tab under Internet Options (in Internet Explorer).

    I think you’re trying to debug a website you’re working on so if this is the case in IIS you need to select the option “Send detailed ASP error messages to client” in the Debugging screen under Application Configuration for that website. For security reasons you should remove this option when you’re done debugging.

    Hope this helps.