ASP Debugging Property Sheet
Use this property sheet to set debugging options for ASP scripts run in the selected application.
Debugging Flags
Enable ASP server-side debugging
Select this check box to enable the Web server to enter the Microsoft Script Debugger while processing ASP scripts. You can then use the debugger to examine your scripts.
Enabling ASP server-side debugging causes ASP to run in single-threaded mode. For performance reasons, ASP debugging is not recommended in a production environment.
Enable ASP client-side debugging
This check box is reserved for future use and has no effect on the current version of ASP.
Script Error Messages
Send detailed ASP error messages to client
Select this option to send specific debugging information (including the file name, error message, and line number) to the browser.
Send text error message to client
Select this option to send a default error message to the browser when any error prevents the Web server from processing the ASP script. A specific error message is written to the error log. You can change the default error message by typing a new message in the text box.