DisallowRotationOnConfigChange
The DisallowRotationOnConfigChange property specifies whether or not the World Wide Web Publishing Service (WWW Service) should rotate worker processes in an application pool when the configuration has changed. This means that the worker processes will not pick up application pool changes to values passed to the worker process, such as IdleTimeout and PeriodicRestartRequests. The value of DisallowRotationOnConfigChange should be set to true if the worker process loads any application code that does not support multi-instance.
Attribute Name |
Value |
---|---|
BOOL |
|
DWORD_METADATA |
|
FALSE |
|
FALSE |
|
Not specified |
|
Not specified |
|
9018 |
|
MD_APPPOOL_DISALLOW_ROTATION_ON_CONFIG_CHANGE |
|
INHERIT |
|
IIS_MD_UT_SERVER |
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 |
There are no flags for this property.
Server: Requires or Windows Server 2003.
Product: IIS