MD_ASP_ALLOWOUTOFPROCCOMPONENTS

This identifier specifies whether an ASP script is allowed to call out of process components, executables that are launched from within an application. If set to TRUE at the Web Service level, all in-process applications will be able to launch out-of-process components. If set to TRUE at the root key (virtual directory key) of a specific application, only that application can launch out-of-process components. See Simplifying Development With Process Isolation in Advanced Web Application Development for information on out-of-process components, applications, and related security issues.

Attributes

Data type DWORD
Default inheritance Inheritable
User type IIS_MD_UT_WAM

Values

Value Range
TRUE | FALSE
Default Value
FALSE

Metabase Keys

This identifier is available at the following metabase keys:

Metabase Path Key Type
/LM/W3SVC IIsWebService
/LM/W3SVC/n IIsWebServer
/LM/W3SVC/n/ROOT IIsWebVirtualDir
/LM/W3SVC/n/ROOT/WebVirtualDir IIsWebVirtualDir
/LM/W3SVC/n/ROOT/WebVirtualDir/WebDirectory IIsWebDirectory

See Also

AspAllowOutOfProcComponents


© 1997 by Microsoft Corporation. All rights reserved.