Application Configuration - ASP Debugging Property Sheet

Use this property sheet to set debugging options for ASP scripts run in the selected application.

Enable ASP Server-Side Script 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.

Enable ASP Client-Side Debugging

This check box is reserved for future use and has no effect on the current version of ASP.

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.

Note

You can set Application Configuration properties at the Web site, virtual directory, and directory level.


© 1997 by Microsoft Corporation. All rights reserved.