Skip to content

Commit d0b1f4d

Browse files
authored
Merge pull request #8000 from sevend2/IISSeven
AB#3274: Docs 2024 review: Update default-permissions-user-rights.md
2 parents abb5332 + 9821f1e commit d0b1f4d

4 files changed

Lines changed: 20 additions & 20 deletions

File tree

.openpublishing.redirection.developer.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5830,6 +5830,10 @@
58305830
{
58315831
"source_path": "support/developer/webapps/iis/health-diagnostic-performance/http-403-14-forbidden-webpage.md",
58325832
"redirect_url": "/troubleshoot/developer/webapps/iis/site-behavior-performance/http-403-14-forbidden-webpage"
5833+
},
5834+
{
5835+
"source_path": "support/developer/webapps/iis/www-authentication-authorization/default-permissions-user-rights.md",
5836+
"redirect_url": "/troubleshoot/developer/webapps/iis/www-administration-management/default-permissions-user-rights"
58335837
}
58345838
]
58355839
}

support/developer/webapps/iis/iis-welcome.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ landingContent:
3636
- linkListType: how-to-guide
3737
links:
3838
- text: Default permissions and user rights
39-
url: www-authentication-authorization/default-permissions-user-rights.md
39+
url: www-administration-management/default-permissions-user-rights.md
4040
- text: Http.sys registry settings for Windows
4141
url: iisadmin-service-inetinfo/httpsys-registry-windows.md
4242

support/developer/webapps/iis/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,8 @@ items:
155155
href: www-administration-management/configure-default-document-iis.md
156156
- name: Content types for HTTP compression
157157
href: www-administration-management/content-types-http-compression.md
158+
- name: Default permissions and user rights
159+
href: www-administration-management/default-permissions-user-rights.md
158160
- name: Diagnosing failures with remote administration
159161
href: www-administration-management/diagnosing-failures-with-remote-administration.md
160162
- name: Enable SSL for all customers
@@ -188,8 +190,6 @@ items:
188190
href: www-authentication-authorization/configure-intermediate-certificates.md
189191
- name: Configure Many-to-One client mappings
190192
href: www-authentication-authorization/configure-many-to-one-client-mappings.md
191-
- name: Default permissions and user rights
192-
href: www-authentication-authorization/default-permissions-user-rights.md
193193
- name: Diagnostic pages for Windows Integrated Authentication
194194
href: www-authentication-authorization/diagnostics-pages-windows-integrated-authentication.md
195195
- name: Digest authentication fails

support/developer/webapps/iis/www-authentication-authorization/default-permissions-user-rights.md renamed to support/developer/webapps/iis/www-administration-management/default-permissions-user-rights.md

Lines changed: 13 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,29 @@
11
---
22
title: Default permissions and user rights in IIS
3-
description: This article describes the default permissions and user rights that are set on certain folders and files. These folders and files are installed in IIS 7.0 and later.
4-
ms.date: 04/01/2020
3+
description: This article describes the default permissions and user rights that are set on certain folders and files. These folders and files are installed in IIS.
4+
ms.date: 01/08/2025
55
ms.custom: sap:WWW Administration and Management\General configuration settings
6-
ms.reviewer: mlaing
6+
ms.reviewer: mlaing, paulboc
77
ms.topic: article
88
---
9-
# Default permissions and user rights for IIS 7.0 and later
9+
# Default permissions and user rights for IIS versions that ship with Windows Server 2016 or later versions
1010

11-
This article describes the default permissions and user rights that are set on certain folders and files. These folders and files are installed with Microsoft Internet Information Services (IIS) 7.0 and later.
11+
This article describes the default permissions and user rights that are set on certain folders and files. These folders and files are installed with Microsoft Internet Information Services (IIS) on Windows Server 2016 or later operating system versions or their Windows client equivalents (Windows 10 or later versions).
1212

13-
_Original product version:_   Internet Information Services 8.0
13+
_Original product version:_   Internet Information Services
1414
_Original KB number:_   981949
1515

16-
## Permission changes in IIS 6.0, IIS 7.0, and later versions
16+
## Permission changes in IIS on Windows Server 2016 or later versions
1717

18-
In IIS 6.0, a local account (`IUSR_MachineName`) is created when IIS is installed. The `IUSR_MachineName` account is the default identity that is used by IIS when Anonymous authentication is enabled. Anonymous authentication is used by both the File Transfer Protocol (FTP) service and the HyperText Transfer Protocol (HTTP) service. IIS 6.0 also contains a group that is named `IIS_WPG`. The `IIS_WPG` group is used as a container for all Application Pool Identities.
18+
In IIS on Windows Server 2016 and later versions, a built-in account named `IUSR` is used as the default identity that is used by the web server when Anonymous Authentication is enabled. This account replaces the `IUSR_MachineName` account from earlier versions of IIS that ship with Windows Server 2003. Additionally, a group that is named `IIS_IUSRS` is used as a container for all [application pool identities](/iis/manage/configuring-security/application-pool-identities). The `IIS_IUSRS` group replaces the `IIS_WPG` group from earlier versions of IIS. Because the IUSR account is a built-in account, the IUSR account no longer requires a password. The IUSR account resembles a network or local service account.
1919

20-
In IIS 7.0 and later, a built-in account (IUSR) replaces the `IUSR_MachineName` account. Additionally, a group that is named `IIS_IUSRS` replaces the `IIS_WPG` group. Because the IUSR account is a built-in account, the IUSR account no longer requires a password. The IUSR account resembles a network or local service account. The `IUSR_MachineName` account is created and used only when the FTP 6 server that is included on the Windows Server 2008 DVD is installed. If the FTP 6 server isn't installed, the account isn't created.
20+
Beginning in IIS on Windows Server 2012, a new security feature [application pool identities](/iis/manage/configuring-security/application-pool-identities) is added. This feature allows you to run Application Pools under a unique account without creating and managing domain or local accounts. The name of the Application Pool account corresponds to the name of the Application Pool.
2121

22-
Beginning in IIS 7.5, a new security feature is added that is called _Application Pool Identities_. This feature lets you run Application Pools under a unique account without having to create and manage domain or local accounts. The name of the Application Pool account corresponds to the name of the Application Pool.
23-
24-
For more information about IIS 7.0 accounts and groups, visit [Understanding built-in user and group accounts in IIS 7](/iis/get-started/planning-for-security/understanding-built-in-user-and-group-accounts-in-iis).
25-
26-
For more information about Application Pool Identities, visit [Application Pool Identities](/iis/manage/configuring-security/application-pool-identities).
22+
For more information about IIS accounts and groups, visit [Understanding built-in user and group accounts in IIS](/iis/get-started/planning-for-security/understanding-built-in-user-and-group-accounts-in-iis).
2723

2824
## Default NTFS file system permissions
2925

30-
The tables in this section list the default New Technology File System (NTFS) permissions that are assigned to certain folders and files. These folders and files are installed together with IIS 7.0, IIS 7.5, IIS 8.0, IIS 8.5, and IIS 10.0.
26+
The tables in this section list the default New Technology File System (NTFS) permissions that are assigned to certain folders and files. These folders and files are installed together with IIS versions that ship with Windows Server 2016, Windows 10, or later versions.
3127

3228
### \inetpub
3329

@@ -255,7 +251,7 @@ The tables in this section list the default New Technology File System (NTFS) pe
255251

256252
## Default registry permissions
257253

258-
The tables in this section list the default registry permissions that are assigned when IIS 7.0, IIS 7.5, IIS 8.0, or IIS 8.5 is installed. When Read permissions are listed for users, the following permissions are included:
254+
The tables in this section list the default registry permissions that are assigned when IIS versions that ship with Windows Server 2016, Windows 10, or later versions. When Read permissions are listed for users, the following permissions are included:
259255

260256
- Query Value
261257
- Enumerate Subkeys
@@ -375,7 +371,7 @@ The tables in this section list the default registry permissions that are assign
375371

376372
## Default Windows user rights assignments
377373

378-
The table in this section lists the default local security policies and the users, the groups, or the users and groups that are assigned to the policy when IIS 7.0, IIS 7.5, IIS 8.0, or IIS 8.5 is installed.
374+
The table in this section lists the default local security policies and the users, the groups, or the users and groups that are assigned to the policy when IIS versions that ship with Windows Server 2016, Windows 10, or later versions are installed.
379375

380376
### Windows user rights that are assigned by local security policy
381377

0 commit comments

Comments
 (0)