InProcessIsapiApps
The InProcessIsapiApps property 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: "C:\Windows\system32\inetsrv\ssinc.dll", "C:\Windows\system32\inetsrv\httpodbc.dll", "author.dll", "shtml.dll", "admin.dll".
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.
Schema Attributes
Attribute Name |
Value |
---|---|
MULTISZ |
|
MULTISZ_METADATA |
|
Not specified. |
|
Not specified. |
|
Not specified |
|
Not specified |
|
2073 |
|
MD_IN_PROCESS_ISAPI_APPS |
|
INHERIT |
|
IIS_MD_UT_SERVER |
Configurable Locations
You can configure this property at the following locations in the IIS metabase.
Metabase Path |
IIS Admin Object Type |
---|---|
/LM/W3SVC |
IIsWebService |
Flags
There are no flags for this property.
Requirements
Client: Requires Windows XP Professional, Windows 2000 Professional, or Windows NT Workstation 4.0.
Server: Requires Windows Server 2003, Windows 2000 Server, or Windows NT Server 4.0.
Product: IIS