Metabase Configuration Example
/W3SVC
AppIsolated = (INTEGER) 0
PeriodicRestartTime = (INTEGER) 0
PeriodicRestartRequests = (INTEGER) 0
ShutdownTimeLimit = (INTEGER) 0
…other default site/app settings…
The properties PeriodicRestartTime, PeriodicRestartRequests, and ShutdownTimeLimit are defined at the W3SVC level. The PeriodicRestartSchedule property is not defined at all.
For instructions about enabling Process Recycling after an upgrade from IIS 4.0 or 5.0, refer to Configuring Recycling Events.
Metabase Configuration Example (Clean Install)
/W3SVC
AppIsolated = (INTEGER) 0
PeriodicRestartTime = (INTEGER) 0
PeriodicRestartRequests = (INTEGER) 0
ShutdownTimeLimit = (INTEGER) 600
…other default site/app settings…
The properties PeriodicRestartTime, PeriodicRestartRequests, and ShutdownTimeLimit are defined at the W3SVC level and their parameters are set to their default values. Note that the default value for PeriodicRestartTime and PeriodicRestartRequests is zero, disabling these events. The PeriodicRestartSchedule property is not defined at all. For instructions about enabling the PeriodicRestartSchedule property, see Configuring Recycling Events.