MD_APP_LAST_OUTPROC_PID Metabase Property
Applies To: Windows Server 2003, Windows Server 2003 with SP1
The MD_APP_LAST_OUTPROC_PID property contains a value that is stored in an application package ID to denote that the application package has been moved from out-of-process to in-process. In some cases, when an application is moved from out-of-process to in-process, the application's corresponding package may not be deleted by IIS. In this case, IIS stores the application package ID with the value of the MD_APP_LAST_OUTPROC_PID property so that if the application is later moved out-of-process, IIS can use the existing package in MTS/COM+.
Attribute Name | Attribute Value |
---|---|
XML Data Type |
String |
WMI Data Type |
String |
ADSI Data Type |
String |
ABO Data Type |
String |
ABO Metabase Identifier |
MD_APP_LAST_OUTPROC_PID |
Attributes |
NO_ATTRIBUTES |
Default Value |
null |
MetaFlagsEx |
hidden |
User Type |
iis_md_ut_wam |
ID |
2108 |
Configurable Locations
You can configure this property at the following locations in the IIS metabase.
Metabase Path | IIS Admin Object Type |
---|---|
/LM/W3SVC |
IIsWebService |
Code Example
For general code examples, see Code Examples to Configure Metabase Properties.