The OrphanActionExe property specifies an executable to run when the World Wide Web Publishing Service (WWW service) orphans a worker process. You can use the OrphanActionParams property to send parameters to the executable.
In the command line string, the following characters have special meaning.
Special characters | Meaning |
|---|
%1 | The process ID (PID) of the worker process which is about to be orphananed, causing OrphanActionExe to be invoked. |
%2 | The failure reason. |
%3 | The application pool ID of the worker process. |

Schema Attributes

Configurable Locations
You can configure this property at the following locations in the IIS metabase.
Metabase Path | IIS Admin Object Type |
|---|
/LM/W3SVC/AppPools/application_pool_name | IIsApplicationPool |
/LM/W3SVC/AppPools | IIsApplicationPools |

Flags
There are no flags for this property.

Requirements
Server: Requires or Windows Server 2003.
Product: IIS

See Also