Share via


InProcessIsapiApps

InProcessIsapiApps specifies a list of ISAPI filters and extensions that must be run in the Web server process. The String format is either Fullpath\Appname.dll, or just Appname.dll. ISAPI DLL entries without a qualifying path will match any ISAPI request that contains the DLL name, regardless of the physical path specified in the request.

For example, any of the following would be a valid list for this property: "D:\winnt\system32\inetsrv\ssinc.dll", "D:\winnt\system32\inetsrv\httpodbc.dll", "author.dll", "shtml.dll", "admin.dll".

note Note This property only indicates which ISAPI applications are required to run in the Web server process. The inclusion of an application in this list does not imply that the application is automatically run when starting up the server.There can be significant performance issues if too many applications are forced to run outside of the server process.

Attribute Name Attribute Value
XML Data Type MULTISZ
WMI Data Type
Same as WMI data type
ADSI Data Type MULTISZ
ABO Data Type MULTISZ
ABO Metabase identifier
MD_IN_PROCESS_ISAPI_APPS
Attributes INHERIT
Default Value null
MetaFlagsEx CACHE_PROPERTY_MODIFIED
User Type IIS_MD_UT_SERVER
StartingNumber Not applicable
EndingNumber Not applicable
ID 2073

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, please see Code Examples to Configure Metabase Properties

AppIsolated