Skip to content

Commit 9edce5f

Browse files
authored
fix
1 parent 3b17fdb commit 9edce5f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.openpublishing.redirection.developer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5832,12 +5832,12 @@
58325832
},
58335833
{
58345834
"source_path": "support/developer/webapps/iis/www-administration-management/http-status-code.md",
5835-
"redirect_url": "/troubleshoot/developer/webapps/iis/health-diagnostic-performance/information-associated-iis-site-is-not-deleted",
5835+
"redirect_url": "/troubleshoot/developer/webapps/iis/health-diagnostic-performance/http-status-code",
58365836
"redirect_document_id": true
58375837
},
58385838
{
58395839
"source_path": "support/developer/webapps/iis/health-diagnostic-performance/http-403-14-forbidden-webpage.md",
5840-
"redirect_url": "/troubleshoot/developer/webapps/iis/site-behavior-performance/information-associated-iis-site-is-not-deleted",
5840+
"redirect_url": "/troubleshoot/developer/webapps/iis/site-behavior-performance/http-403-14-forbidden-webpage",
58415841
"redirect_document_id": true
58425842
}
58435843
]

support/developer/webapps/iis/health-diagnostic-performance/http-status-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ IIS defines the following HTTP status codes that indicate a more specific cause
242242

243243
| Code | Description | Notes |
244244
|---|---|---|
245-
| 500.0 | Module or ISAPI error occurred. | This HTTP status code may occur for many server-side reasons. For more information, see [HTTP Error 500.0 - Internal Server Error](./http-error-500-when-you-visit-web-site.md). |
245+
| 500.0 | Module or ISAPI error occurred. | This HTTP status code may occur for many server-side reasons. For more information, see [HTTP Error 500.0 - Internal Server Error](../site-behavior-performance/http-error-500-when-you-visit-web-site.md). |
246246
| 500.11 | Application is shutting down on the web server. | The request isn't processed because the destination application pool is shutting down. Wait for the worker process to finish shutting down, and then try the request again. If this problem persists, the web application may be experiencing problems that prevent the web application from shutting down correctly. |
247247
| 500.12 | Application is busy restarting on the web server. | The request isn't processed because the destination application pool is restarting. This HTTP status code should disappear when you refresh the page. If this HTTP status code appears again after you refresh the page, the problem may be caused by antivirus software that is scanning the Global.asa file. If this problem persists, the web application may be experiencing problems that prevent the web application from restarting correctly. |
248248
| 500.13 | Web server is too busy. | The request isn't processed because the server is too busy to accept any new incoming requests. Typically, this HTTP status code means that the number of incoming concurrent requests exceeds the number that the IIS web application can process. This problem may occur when the performance configuration settings are set too low, the hardware is insufficient, or a bottleneck occurs in the IIS web application. A common troubleshooting method is to generate a memory dump file of the IIS processes when the error is occurring and then to debug the memory dump file. |

0 commit comments

Comments
 (0)