diff --git a/iis/configuration/system.applicationHost/sites/site/applicationDefaults.md b/iis/configuration/system.applicationHost/sites/site/applicationDefaults.md index fcb49f45f..e45c8fd47 100644 --- a/iis/configuration/system.applicationHost/sites/site/applicationDefaults.md +++ b/iis/configuration/system.applicationHost/sites/site/applicationDefaults.md @@ -24,7 +24,7 @@ The `` element of the `` element specifies the defaul | --- | --- | | IIS 10.0 | The `` element was not modified in IIS 10.0. | | IIS 8.5 | The `` element was not modified in IIS 8.5. | -| IIS 8.0 | The `preLoadEnabled` attribute was added in IIS 8.0. | +| IIS 8.0 | The `preloadEnabled` attribute was added in IIS 8.0. | | IIS 7.5 | The `` element was updated to include the `serviceAutoStartEnabled` and `serviceAutoStartProvider` attributes. | | IIS 7.0 | The `` element of the `` collection was introduced in IIS 7.0. | | IIS 6.0 | The `` element is analogous to setting application options at the site level in the IIS 6.0 metabase. | @@ -73,7 +73,7 @@ The `` element of the `` element is included in the d | `applicationPool` | Optional string attribute.

Specifies the default application pool to which all applications in the parent site are assigned. | | `enabledProtocols` | Optional string attribute.

Specifies the protocols to use to communicate with all applications in the parent site. | | `path` | Optional string attribute.

Specifies the default virtual path of all applications in the parent site. | -| `preLoadEnabled` | Optional Boolean attribute.

Specifies that IIS simulates a user request to the default page of an application or virtual directory so that it is initialized. In effect IIS starts the application when the application pool is started without having received a request. This increases performance by performing initialization tasks such as loading managed modules and compiling managed code. No log is generated in the IIS logs. The application pool's startMode setting must be set to `AlwaysRunning`.

The default value is `False`. | +| `preloadEnabled` | Optional Boolean attribute.

Specifies that IIS simulates a user request to the default page of an application or virtual directory so that it is initialized. In effect IIS starts the application when the application pool is started without having received a request. This increases performance by performing initialization tasks such as loading managed modules and compiling managed code. No log is generated in the IIS logs. The application pool's startMode setting must be set to `AlwaysRunning`.

The default value is `False`. | | `serviceAutoStartEnabled` | Optional Boolean attribute.

**true** if the autostart is enabled for this application; otherwise, **false**.

The default value is `false`. | | `serviceAutoStartProvider` | Optional string attribute.

Specifies the name of the autostart provider that the Windows Process Activation Service (WAS) will use if `serviceAutoStartEnabled` is set to **true**.

There is no default value. |