schedule Element for periodicRestart for applicationPoolDefaults [IIS Settings Schema]
Note
For more information about the schedule element, see the following topic on the Microsoft IIS.net Web site: Periodic Restart Schedules <schedule>.
Specifies the time interval between system restarts of the worker processes in an application pool.
Syntax
Attributes and Elements
The following sections describe attributes, child elements, and parent elements for this section.
Attributes
None.
Child Elements
Element |
Description |
---|---|
add |
Optional element. Specifies a value for starting the periodic recycling of an application pool. |
clear |
Optional element. Specifies that the parent-level configuration settings should be removed from the configuration at this level. |
Parent Elements
Element |
Description |
---|---|
configuration |
Specifies the root element in every configuration file that is used by IIS 7. |
system.applicationHost |
Specifies the root element for configuring Web process settings. |
applicationPools |
Specifies configuration settings for application pools on a server. |
applicationPoolDefaults |
Specifies default configuration settings that apply to all application pools on a server, unless the settings are overridden at lower levels of the configuration hierarchy. |
recycling |
Specifies configuration settings for application pool recycling. |
periodicRestart |
Specifies configuration settings for periodic restarting of application pools. |
Remarks
For more information about the schedule element, see the following topic on the Microsoft IIS.net Web site: Periodic Restart Schedules <schedule>.
The time in the schedule element is expressed as hours and minutes on a 24-hour clock.
Default Configuration
None.
Element Information
Configuration locations |
ApplicationHost.config |
Requirements |
Microsoft Internet Information Services (IIS) version 7.0 |
See Also
Reference
add Element for schedule for periodicRestart for applicationPoolDefaults [IIS Settings Schema]
clear Element for schedule element for applicationPoolDefaults [IIS Settings Schema]