Skip to content

Commit dbffdf9

Browse files
authored
minor updates to clarify text
1 parent bd897b2 commit dbffdf9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

support/developer/webapps/iis/site-behavior-performance/troubleshoot-http-error-code.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ ms.custom: sap:Site Behavior and Performance\Runtime errors and exceptions, incl
77
---
88
# Troubleshoot 4xx and 5xx HTTP errors
99

10-
This article provides troubleshooting steps for resolving [4xx](#identify-4xx-errors) and [5xx](#identify-5xx-errors) HTTP status code errors in Internet Information Services (IIS). These errors can indicate issues on the client or server side. The guidance will help you identify the cause of these errors and resolve them effectively.
10+
This article provides troubleshooting steps for resolving [4xx](#identify-4xx-errors) and [5xx](#identify-5xx-errors) HTTP status code errors in Internet Information Services (IIS). 4*xx* status codes indicate an issue on the client side, while 5*xx* status codes indicate an issue on the server side. The guidance will help you identify the cause of these errors and resolve them effectively.
1111

1212
## Identify 4xx errors
1313

14-
The 4*xx* HTTP status codes indicate that an error occurred due to a client-side issue. For example, For example, the client browser might have requested a page that doesn't exist, or the client browser might not have provided valid authentication information.
14+
The 4*xx* HTTP status codes indicate that an error occurred due to a client-side issue. For example, the client browser might have requested a page that doesn't exist, or the client browser might not have provided valid authentication information.
1515

1616
To identify 4*xx* errors, examine the [IIS logs](#examine-the-iis-logs) and the [HTTPERR logs](#examine-the-httperr-logs):
1717

@@ -43,7 +43,7 @@ For more information, capture and examine [Failed Request Trace (FREB) logs](#st
4343

4444
### 500 errors in general IIS
4545

46-
If a 500 error occurs in general IIS, examine the IIS logs, note `sc-status` and `sc-substatus`, and look for the status code in [HTTP status code overview](../health-diagnostic-performance/http-status-code.md#5xx---server-error) for more information on the failure.
46+
If a 500 error occurs in general IIS, examine the IIS logs, note the status code (`sc-status`) and substatus code (`sc-substatus`) and see [HTTP status code overview](../health-diagnostic-performance/http-status-code.md#5xx---server-error) for more information on the failure.
4747

4848
Enable detailed error messages if feasible to get more details. To enable detailed error messages, follow these steps:
4949

@@ -71,7 +71,7 @@ For more information, capture and examine [Failed Request Trace (FREB) logs](#st
7171

7272
### 500 errors in ASP.NET
7373

74-
If a 500 error occurs in ASP.NET, use the following methods to identify the cause of the error and resolve it:
74+
If a 500 error occurs in ASP.NET, use the following methods to identify the root cause of the error:
7575

7676
- Check the Application Event Logs.
7777

@@ -101,13 +101,13 @@ If a 500 error occurs in ASP.NET, use the following methods to identify the caus
101101
1. Select **Tools** > **Options And Settings** > **Folders And Search Paths**.
102102
1. Under **Symbol Search Path For Debugging**, select **Browse** to set the path.
103103

104-
- Exceed the ASP.NET ExecutionTimeout.
104+
- Capture Perfview trace to identify ExecutionTimeout issues.
105105

106106
For 500 errors due to exceeding the ASP.NET ExecutionTimeout, [capture a PerfView trace and dumps](#steps-to-capture-a-perfview-trace-and-dumps) to identify any delays.
107107

108108
### 500 errors in ASP.NET Core
109109

110-
If a 500 error occurs in ASP.NET Core, use the following methods to identify the cause of the error and resolve it:
110+
If a 500 error occurs in ASP.NET Core, use the following methods to identify the root cause of the error:
111111

112112
- Check the Application Event Logs.
113113

@@ -181,7 +181,7 @@ If a 502 error occurs in Application Request Routing (ARR), follow the instructi
181181

182182
### 503 errors
183183

184-
You can find 503 errors in either the IIS Logs or the HTTPERR logs. Any `sc-substatus` in the IIS logs or `s-reason` in the HTTPERR logs can provide some hints.
184+
If you encounter 503 errors, the substatus code (`sc-substatus`) in the [IIS logs](#examine-the-iis-logs) or `s-reason` in the [HTTPERR logs](#examine-the-httperr-logs) can provide some hints.
185185

186186
For more information, see:
187187

0 commit comments

Comments
 (0)