Application Configuration - Process Options Property Sheet

Use this property sheet to change settings for the applications running in a single process. You can use this property sheet to change settings for two types of processes: the Web server process and isolated application processes. Options set for the Web site affect all applications running in the Web server process. Options set for an isolated application affect only that application.

Write Unsuccessful Client Requests to Event Log
Select this check box to instruct the Web server to write unsuccessful client requests to the Windows NT event log.
Enable Debug Exception Handling
When this check box is selected, ASP sends a general error message when it cannot create an instance of an object provided by an ActiveX component (a call to Server.CreateObject). When this check box is deselected, ASP passes on the specific error message from the component. Deselect this option when you are debugging a component. When you have finished debugging, select the option again.
Number of Script Engines Cached
Specifies the maximum number of ActiveX script engines that Active Server Pages will keep cached in memory.
Script File Cache Options
Use these options to specify the number of preprocessed .asp files to cache in memory. Increasing the number of cached files improves Active Server Pages performance. To cache all .asp files, select Cache All Requested ASP Files. To specify the maximum number of script files to cache, select Max ASP Files Cached and type a value in the text box.
CGI Script Timeout
You can set or change the timeout value, which is the amount of time a CGI script is given to execute and return a value before the operation is stopped.

Note

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


© 1997 by Microsoft Corporation. All rights reserved.