Skip to content

Commit e6b14e8

Browse files
authored
Merge pull request #7981 from sevend2/IISSeven1
adds ms.reviewer
2 parents 53edeb9 + 9edce5f commit e6b14e8

29 files changed

Lines changed: 93 additions & 41 deletions

.openpublishing.redirection.developer.json

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5794,6 +5794,51 @@
57945794
"source_path": "support/developer/webapps/iis/site-behavior-performance/page-cannot-displayed-when-you-connect-ssl.md",
57955795
"redirect_url": "/troubleshoot/developer/webapps/iis/iis-welcome",
57965796
"redirect_document_id": false
5797+
},
5798+
{
5799+
"source_path": "support/developer/webapps/iis/general/instances-httpsys-not-cache.md",
5800+
"redirect_url": "/troubleshoot/developer/webapps/iis/www-modules-features/instances-httpsys-not-cache",
5801+
"redirect_document_id": true
5802+
},
5803+
{
5804+
"source_path": "support/developer/webapps/iis/health-diagnostic-performance/troubleshoot-502-2-bad-gateway-error-in-cgi-apps.md",
5805+
"redirect_url": "/troubleshoot/developer/webapps/iis/site-behavior-performance/troubleshoot-502-2-bad-gateway-error-in-cgi-apps",
5806+
"redirect_document_id": true
5807+
},
5808+
{
5809+
"source_path": "support/developer/webapps/iis/health-diagnostic-performance/troubleshoot-http-400-errors-in-iis.md",
5810+
"redirect_url": "/troubleshoot/developer/webapps/iis/site-behavior-performance/troubleshoot-http-400-errors-in-iis",
5811+
"redirect_document_id": true
5812+
},
5813+
{
5814+
"source_path": "support/developer/webapps/iis/site-behavior-performance/exception-integrated-pipeline-mode.md",
5815+
"redirect_url": "/troubleshoot/developer/webapps/iis/development/exception-integrated-pipeline-mode",
5816+
"redirect_document_id": true
5817+
},
5818+
{
5819+
"source_path": "support/developer/webapps/iis/www-administration-management/http-error-500-when-you-visit-web-site.md",
5820+
"redirect_url": "/troubleshoot/developer/webapps/iis/site-behavior-performance/http-error-500-when-you-visit-web-site",
5821+
"redirect_document_id": true
5822+
},
5823+
{
5824+
"source_path": "support/developer/webapps/iis/www-authentication-authorization/401-error-preauthentication-header.md",
5825+
"redirect_url": "/troubleshoot/developer/webapps/iis/site-behavior-performance/401-error-preauthentication-header",
5826+
"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
5832+
},
5833+
{
5834+
"source_path": "support/developer/webapps/iis/www-administration-management/http-status-code.md",
5835+
"redirect_url": "/troubleshoot/developer/webapps/iis/health-diagnostic-performance/http-status-code",
5836+
"redirect_document_id": true
5837+
},
5838+
{
5839+
"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/http-403-14-forbidden-webpage",
5841+
"redirect_document_id": true
57975842
}
57985843
]
57995844
}

support/developer/webapps/aspnet/development/threadabortexception-occurs-you-use-response-end.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: ThreadAbortException occurs if you use Response.End
33
description: This article provides resolutions for ThreadAbortException error that occurs if you use Response.End, Response.Redirect, or Server.Transfer.
44
ms.date: 12/13/2024
55
ms.custom: sap:General Development
6+
ms.reviewer: zixie
67
---
78
# ThreadAbortException occurs if you use Response.End, Response.Redirect, or Server.Transfer
89

support/developer/webapps/aspnet/development/write-binary-files-browser-csharp.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ description: This article creates a sample page that demonstrates how to use C#
44
ms.date: 12/18/2024
55
ms.custom: sap:General Development
66
ms.topic: how-to
7+
ms.reviewer: zixie
78
---
89
# Use ASP.NET and C# to write binary files to the browser
910

support/developer/webapps/aspnet/site-behavior-performance/request-timed-out-dataadapter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Request timed out when using DataAdapter
33
description: This article provides resolutions for Request Timed Out error that occurs when you use the DataAdapter method or run a query that takes more than 90 seconds to process in an ASP.NET Web application.
44
ms.date: 12/18/2024
55
ms.custom: sap:Performance
6-
ms.reviewer: koushikd, mszixie
6+
ms.reviewer: koushikd, zixie
77
---
88
# Request timed out error when you use the DataAdapter method in an ASP.NET application
99

support/developer/webapps/aspnet/site-behavior-performance/system-threading-threadabortexception.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Exception when you use Server.Transfer
33
description: This article provides resolutions for System.Threading.ThreadAbortException error that occurs when you use Server.Transfer in HTTPHandler in an ASP.NET application.
44
ms.date: 12/18/2024
55
ms.custom: sap:Performance
6+
ms.reviewer: zixie
67
---
78
# System.Threading.ThreadAbortException when you use Server.Transfer in HTTPHandler in an ASP.NET application
89

support/developer/webapps/aspnetcore/practice-troubleshoot-linux/1-2-linux-special-directories-users-package-managers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: The Linux directories, users, and package managers
33
description: This article describes the Linux special directories, elevated users, and how to use the package managers.
44
ms.date: 12/16/2024
55
ms.custom: sap:General Development Questions, linux-related-content
6-
ms.reviewer: ramakoni, ahmetmb
6+
ms.reviewer: ramakoni, ahmetmb, zixie
77
author: ahmetmithat
88
---
99
# Part 1.2 - Basic operations on Linux

support/developer/webapps/aspnetcore/practice-troubleshoot-linux/3-2-task-managers-top-htop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Use top, htop command to monitor processes
33
description: This article describes how to use top and htop command line tools to monitor processes.
44
ms.date: 12/13/2024
55
ms.custom: sap:General Development Questions, linux-related-content
6-
ms.reviewer: ramakoni, ahmetmb
6+
ms.reviewer: ramakoni, ahmetmb, zixie
77
author: ahmetmithat
88
---
99
# Part 3.2 - Linux task managers, top, and htop

support/developer/webapps/aspnetcore/practice-troubleshoot-linux/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Overview of ASP.NET Core on Linux troubleshooting
33
description: This article provides an overview of how to troubleshoot ASP.NET Core applications on Linux and what you should consider before the troubleshooting.
44
ms.date: 12/16/2024
55
ms.custom: sap:General Development Questions, linux-related-content
6-
ms.reviewer: ramakoni, ahmetmb
6+
ms.reviewer: ramakoni, ahmetmb, zixie
77
author: ahmetmithat
88
---
99
# Overview of ASP.NET Core on Linux troubleshooting

support/developer/webapps/iis/active-server-pages/cannot-create-object-asp-applications-run.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Can't create object when ASP applications run
33
description: This article provides resolutions for the Cannot create object error that occurs when ASP applications run.
44
ms.date: 12/17/2024
55
ms.custom: sap:Active Server Pages\Debugging
6+
ms.reviewer: zixie
67
---
78
# Can't create object when browsing ASP pages
89

support/developer/webapps/iis/deployment-migration/cannot-use-web-deploy.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Errors occur when you use Web Deploy
33
description: This article provides resolutions for the unexpected error that occurs when you perform Web Deploy operations remotely through IIS Manager and use WMSVC.
44
ms.date: 12/16/2024
55
ms.custom: sap:Deployment and Migration\Windows Management Service (WMSVC)
6+
ms.reviewer: zixie
67
---
78
# Errors when you use the Web Deployment tool as a delegated user over a remote IIS manager connection
89

0 commit comments

Comments
 (0)