[This is preliminary documentation and subject to change]
This property indicates whether an application is to run in-process, out-of-process, or in a pooled-process. A value of 0 indicates that the application is to run in-process, a value of 1 indicates out-of-process, and a value of 2 indicates a pooled-process. Use the application management methods of the IIsWebVirtualDir and IIsWebDirectory objects to set the process space for your application.
Caution
This property should be considered
read-only. Do not configure this property.
| Attribute Name | Attribute Value |
| Data Type | DWORD |
| Attributes | INHERIT |
| Default Value | 2 |
| MetaFlagsEx | CACHE_PROPERTY_CLEARED |
| User Type | IIS_MD_UT_WAM |
| StartingNumber | |
| EndingNumber | 0 |
| ID | 2104 |
This property is accessible at the following locations:
| Metabase Path | IIS Admin Object Type |
| /LM/W3SVC/2 | IIsWebServer |
| /LM/W3SVC/Info/Templates/Public Web Site | IIsWebServer |
| /LM/W3SVC/Info/Templates/Secure Web Site | IIsWebServer |
| /LM/W3SVC | IIsWebService |
| /LM/W3SVC/1/ROOT | IIsWebVirtualDir |
| /LM/W3SVC/1/ROOT/_vti_bin | IIsWebVirtualDir |
| /LM/W3SVC/1/ROOT/IISAdmin | IIsWebVirtualDir |
| /LM/W3SVC/1/ROOT/IISHelp | IIsWebVirtualDir |
| /LM/W3SVC/1/ROOT/MSADC | IIsWebVirtualDir |
| /LM/W3SVC/1/ROOT/Scripts | IIsWebVirtualDir |
| /LM/W3SVC/2/ROOT | IIsWebVirtualDir |
| /LM/W3SVC/2/ROOT/IISAdmin | IIsWebVirtualDir |
The following table lists additional information required only for code that uses the IIS Admin Base Object.
| Metabase identifier | MD_APP_ISOLATED |
| Data type | DWORD |
| User type | IIS_MD_UT_WAM |
Related Topics
| InProcessIsapiApps |