Skip to content

Commit 7a86950

Browse files
authored
Merge pull request #7968 from paulcociuba/patch-4
AB#3401: Docs 2024 Review: Update http-403-forbidden-access-website.md
2 parents 389dcfb + 81d29af commit 7a86950

4 files changed

Lines changed: 22 additions & 18 deletions

File tree

.openpublishing.redirection.developer.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5834,6 +5834,10 @@
58345834
{
58355835
"source_path": "support/developer/webapps/iis/www-authentication-authorization/default-permissions-user-rights.md",
58365836
"redirect_url": "/troubleshoot/developer/webapps/iis/www-administration-management/default-permissions-user-rights"
5837+
},
5838+
{
5839+
"source_path": "support/developer/webapps/iis/health-diagnostic-performance/http-403-forbidden-access-website.md",
5840+
"redirect_url": "/troubleshoot/developer/webapps/iis/site-behavior-performance/http-403-forbidden-access-website"
58375841
}
58385842
]
58395843
}

support/developer/webapps/iis/health-diagnostic-performance/toc.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ items:
1313
href: hidden-static-files-http-404-access-denied.md
1414
- name: HTTP error 400 in the CLM portal
1515
href: clm-http-bad-request.md
16-
- name: HTTP error 403.16
17-
href: http-403-forbidden-access-website.md
1816
- name: HTTP error 403.7
1917
href: http-error-403-7-forbidden-web-app.md
2018
- name: HTTP error 404 file not found on a server

support/developer/webapps/iis/health-diagnostic-performance/http-403-forbidden-access-website.md renamed to support/developer/webapps/iis/site-behavior-performance/http-403-forbidden-access-website.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
---
22
title: HTTP Error 403.16 when you access a website
3-
description: This article describes the problem where an HTTP 403.16 error occurs when you try to access a website that's hosted by IIS 7.0.
4-
ms.date: 03/26/2020
3+
description: This article describes the problem where an HTTP 403.16 error occurs when you try to access a website that's hosted on IIS.
4+
ms.date: 01/09/2025
55
ms.custom: sap:Site Behavior and Performance\Runtime errors and exceptions, including HTTP 400 and 50x errors
6-
ms.reviewer: mlaing
6+
ms.reviewer: mlaing, paulboc
77
---
8-
# HTTP Error 403.16 when you try to access a website that's hosted on IIS 7.0
8+
# HTTP Error 403.16 when you try to access a website that's hosted on IIS
99

10-
This article helps you resolve the **HTTP 403.16 - Forbidden** error that occurs when you access a website that's hosted on Internet Information Services (IIS) 7.0.
10+
This article helps you resolve the "HTTP 403.16 - Forbidden" error that occurs when you access a website that's hosted on Internet Information Services (IIS).
1111

12-
_Original product version:_   Internet Information Services 7.0
12+
_Original product version:_   Internet Information Services
1313
_Original KB number:_   942061
1414

1515
## Symptoms
1616

17-
You have a website that's hosted on IIS 7.0. When you try to access the site through a web browser, you receive an error message that resembles one of the following examples.
17+
You have a website hosted on the IIS web server that ships with Windows Server 2016 or later. When you try to access the site through a web browser, you receive an error message that resembles one of the following examples:
1818

1919
- Error message 1
2020

@@ -35,13 +35,9 @@ This problem occurs because the root certificate of the certification authority
3535
> [!NOTE]
3636
> The root certificate of the certification authority is used to issue the client certificate.
3737
38-
## Cause 2: Non-self-signed certificates are in Trusted Root Certification Authorities Certificate store
39-
40-
There are one or more non-self-signed certificates in the Trusted Root Certification Authorities Certificate store. A non-self-signed certificate is any certificate for which the `Issued To` and `Issued By` values aren't an exact match.
41-
42-
## Resolution for cause 1
38+
### Resolution for cause 1
4339

44-
1. On the IIS Web server, select **Start**, type *mmc.exe* in the **Start Search** box, right-click mmc.exe, and then select **Run as administrator**.
40+
1. On the IIS Web server, select **Start**, type *mmc.exe* in the **Start Search** box, right-click **mmc.exe**, and then select **Run as administrator**.
4541

4642
> [!NOTE]
4743
> If you are prompted for an administrator password or for a confirmation, type the password, or select **Continue**.
@@ -51,12 +47,16 @@ There are one or more non-self-signed certificates in the Trusted Root Certifica
5147
4. Select **Computer account**, and then select **Next**.
5248
5. Select **Local computer**, select **Finish**, and then select **Close**.
5349
6. To exit the wizard, select **OK**.
54-
7. Expand **Certificates**, expand **Trusted Root Certification Authorities**, right-click **Certificates**, point to **All Tasks**, and then select **Import**.
50+
7. Expand **Certificates** > **Trusted Root Certification Authorities**, right-click **Certificates**, point to **All Tasks**, and then select **Import**.
5551
8. In the Certificate Import Wizard, select **Next**.
5652
9. In the **File name** box, type the location of the root certificate of the certification authority, and then select **Next**.
57-
10. Select **Next**, and then select **Finish**.
53+
10. Select **Next** > **Finish**.
54+
55+
## Cause 2: Non-self-signed certificates are in Trusted Root Certification Authorities Certificate store
56+
57+
There are one or more non-self-signed certificates in the Trusted Root Certification Authorities Certificate store. A non-self-signed certificate is any certificate for which the `Issued To` and `Issued By` values aren't an exact match.
5858

59-
## Resolution for cause 2
59+
### Resolution for cause 2
6060

6161
Move any non-self-signed certificated out of the Trusted Root Certification Authorities Certificate store and into the Intermediate Certification Authorities Certificate store.
6262

support/developer/webapps/iis/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,8 @@ items:
136136
href: site-behavior-performance/http-error-500-when-you-visit-web-site.md
137137
- name: FtpPutFile always returns success
138138
href: site-behavior-performance/ftpputfile-success-451-status.md
139+
- name: HTTP error 403.16
140+
href: site-behavior-performance/http-403-forbidden-access-website.md
139141
- name: HTTP error 404.2
140142
href: site-behavior-performance/http-error-402-webpage.md
141143
- name: HTTP error 500 when you use Response.BinaryWrite

0 commit comments

Comments
 (0)