Skip to content

Commit 918d786

Browse files
authored
minor updates
1 parent ae2b83c commit 918d786

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

.openpublishing.redirection.developer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5824,6 +5824,11 @@
58245824
"source_path": "support/developer/webapps/iis/www-authentication-authorization/401-error-preauthentication-header.md",
58255825
"redirect_url": "/troubleshoot/developer/webapps/iis/site-behavior-performance/401-error-preauthentication-header",
58265826
"redirect_document_id": true
5827+
},
5828+
{
5829+
"source_path": "support/developer/webapps/iis/www-authentication-authorization/information-associated-iis-site-is-not-deleted.md",
5830+
"redirect_url": "/troubleshoot/developer/webapps/iis/www-administration-management/information-associated-iis-site-is-not-deleted",
5831+
"redirect_document_id": true
58275832
}
58285833
]
58295834
}

support/developer/webapps/iis/site-behavior-performance/troubleshoot-502-2-bad-gateway-error-in-cgi-apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ HTTP: Data: Number of data bytes remaining = 232 (0x00E8)
7878
001A0: 3E 3C 2F 68 74 6D 6C 3E ></html>
7979
```
8080

81-
Capture [FREB](troubleshoot-php-with-failed-request-tracing.md) log for the HTTP error message and locate which module is throwing this error message.
81+
Capture [FREB](../health-diagnostic-performance/troubleshoot-php-with-failed-request-tracing.md) log for the HTTP error message and locate which module is throwing this error message.
8282

8383
Troubleshoot the CGI process executable file to determine why the CGI process terminates unexpectedly. You might have to generate a memory dump file of the CGI process when the access violation occurs.
8484

support/developer/webapps/iis/site-behavior-performance/troubleshoot-http-400-errors-in-iis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The next data item you use is the **C:\Windows\System32\LogFiles\HTTPERR\httperr
3838
It's technically possible, although not very likely, that a client might receive an HTTP 400 response, which doesn't have an associated log entry in the **httperr.log** file. It could happen if an ISAPI filter or extension, or an HTTP module in IIS, sets the 400 status, in which case you could look at the IIS log for more information. It could also happen if an entity between the client and the server, such as a proxy server or other network device, intercepts a response from IIS and overrides it with its own 400 status and/or "Bad Request" error.
3939

4040
> [!NOTE]
41-
> This article mainly discusses the common HTTP 400 errors before reaching your website. In some scenarios, your website might also return HTTP 400 errors to clients due to custom code logic or runtime (such as ASP.NET) configuration. If you still can't resolve the HTTP 400 errors after performing the steps in the following sections, try to troubleshoot using the [Failed Requests Tracing feature](./troubleshoot-failed-requests-using-tracing-in-iis-85.md) in IIS. If you find the HTTP 400 errors are actually set by your website's corresponding runtime handler, such as ASP.NET, you might need to inspect the details of the requests and responses, along with your website's related code logic and runtime configuration, to understand the cause of the HTTP 400 errors.
41+
> This article mainly discusses the common HTTP 400 errors before reaching your website. In some scenarios, your website might also return HTTP 400 errors to clients due to custom code logic or runtime (such as ASP.NET) configuration. If you still can't resolve the HTTP 400 errors after performing the steps in the following sections, try to troubleshoot using the [Failed Requests Tracing feature](../health-diagnostic-performance/troubleshoot-failed-requests-using-tracing-in-iis-85.md) in IIS. If you find the HTTP 400 errors are actually set by your website's corresponding runtime handler, such as ASP.NET, you might need to inspect the details of the requests and responses, along with your website's related code logic and runtime configuration, to understand the cause of the HTTP 400 errors.
4242
4343
## Sample scenario
4444

0 commit comments

Comments
 (0)