Skip to content

Commit e578984

Browse files
wadepickettEsraShroufStephenMolloyDickson-MwendiaFentonPlusPlus
authored
Merge to live (#1127)
* Update using-dynamic-ip-restrictions.md (#1097) * Update using-dynamic-ip-restrictions.md broken link * Update iis/manage/configuring-security/using-dynamic-ip-restrictions.md Fixed link. * Update using-dynamic-ip-restrictions.md Fixed meta data author value's format --------- Co-authored-by: Wade Pickett <wpickett@microsoft.com> * 'accessPolicy' is mis-represented and mis-understood (#1119) * 'accessPolicy' is a little mis-represented. And definitely needs to call out that preventing execution does not necessarily prevent initialization. * Update add.md Updated ms.date * Update index.md --------- Co-authored-by: Wade Pickett <wpickett@microsoft.com> * Add SFI ms.custom values (#1120) * Update docfx.json with ms.update-cycle setting (#1121) Adding ms.update-cycle setting in docfx.json to reflect tier level support. * Update getting-started-with-the-iis-manager-in-iis-7-and-iis-8.md (#1124) Grammar error * Update Reverse Proxy Rule Templates (#1125) * adding URL Rewrite samples for blocking tomcat path traversal * updating URL Rewrite rule template article * Adding sample rule for redirecting https * Adding sample rule for redirecting https * Apply suggestions from code review Minor style guide related adjustments --------- Co-authored-by: Wade Pickett <wpickett@microsoft.com> * Fix typo in preloadEnabled attribute documentation (#1122) * Fix typo in preloadEnabled attribute documentation * Apply suggestion from @wadepickett --------- Co-authored-by: Wade Pickett <wpickett@microsoft.com> --------- Co-authored-by: EsraShrouf <79594213+EsraShrouf@users.noreply.github.com> Co-authored-by: Steve Molloy <smolloy@microsoft.com> Co-authored-by: Dickson Mwendia <64727760+Dickson-Mwendia@users.noreply.github.com> Co-authored-by: Fenton Hutson <112075131+FentonPlusPlus@users.noreply.github.com> Co-authored-by: Konst Khurin <kkhurin@microsoft.com> Co-authored-by: David Brink <43828739+david-brink-talogy@users.noreply.github.com>
1 parent 1ef4627 commit e578984

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

iis/configuration/system.applicationHost/sites/site/applicationDefaults.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Application Defaults \<applicationDefaults>
33
author: rick-anderson
44
description: "Overview The &lt;applicationDefaults&gt; element of the &lt;site&gt; element specifies the default application settings for all applications in the parent si..."
5-
ms.date: 09/26/2016
5+
ms.date: 01/06/2026
66
ms.assetid: 030aa9e7-7bd3-46bc-abb7-6c1cd066344a
77
msc.legacyurl: /configreference/system.applicationhost/sites/site/applicationdefaults
88
msc.type: config
@@ -24,7 +24,7 @@ The `<applicationDefaults>` element of the `<site>` element specifies the defaul
2424
| --- | --- |
2525
| IIS 10.0 | The `<applicationDefaults>` element was not modified in IIS 10.0. |
2626
| IIS 8.5 | The `<applicationDefaults>` element was not modified in IIS 8.5. |
27-
| IIS 8.0 | The `preLoadEnabled` attribute was added in IIS 8.0. |
27+
| IIS 8.0 | The `preloadEnabled` attribute was added in IIS 8.0. |
2828
| IIS 7.5 | The `<applicationDefaults>` element was updated to include the `serviceAutoStartEnabled` and `serviceAutoStartProvider` attributes. |
2929
| IIS 7.0 | The `<applicationDefaults>` element of the `<site>` collection was introduced in IIS 7.0. |
3030
| IIS 6.0 | The `<applicationDefaults>` element is analogous to setting application options at the site level in the IIS 6.0 metabase. |
@@ -73,7 +73,7 @@ The `<applicationDefaults>` element of the `<site>` element is included in the d
7373
| `applicationPool` | Optional string attribute.<br><br>Specifies the default application pool to which all applications in the parent site are assigned. |
7474
| `enabledProtocols` | Optional string attribute.<br><br>Specifies the protocols to use to communicate with all applications in the parent site. |
7575
| `path` | Optional string attribute.<br><br>Specifies the default virtual path of all applications in the parent site. |
76-
| `preLoadEnabled` | Optional Boolean attribute.<br><br>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`.<br><br>The default value is `False`. |
76+
| `preloadEnabled` | Optional Boolean attribute.<br><br>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`.<br><br>The default value is `False`. |
7777
| `serviceAutoStartEnabled` | Optional Boolean attribute.<br><br>**true** if the autostart is enabled for this application; otherwise, **false**.<br><br>The default value is `false`. |
7878
| `serviceAutoStartProvider` | Optional string attribute.<br><br>Specifies the name of the autostart provider that the Windows Process Activation Service (WAS) will use if `serviceAutoStartEnabled` is set to **true**.<br><br>There is no default value. |
7979

0 commit comments

Comments
 (0)