Skip to content

Commit 9a91d21

Browse files
Merge pull request #10413 from MicrosoftDocs/main
Auto Publish – main to live - 2025-12-19 18:00 UTC
2 parents 6c63272 + d83a2b6 commit 9a91d21

2 files changed

Lines changed: 31 additions & 0 deletions

File tree

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
title: ASP.NET Core applications hosted in App Service stop responding
3+
description: This article provides guidance on addressing ASP.NET Core applications that are hosted in Azure App Service when they stop responding.
4+
author: JarrettRenshaw
5+
manager: dcscontentpm
6+
ms.topic: troubleshooting-general
7+
ms.date: 12/18/2025
8+
ms.author: jarrettr
9+
ms.reviewer: v-ryanberg
10+
ms.service: azure-app-service
11+
ms.custom: sap:Availability, Performance, and Application Issues
12+
---
13+
14+
# ASP.NET Core applications hosted in App Service stop responding
15+
16+
This article provides guidance on addressing ASP.NET Core applications that are hosted in Azure App Service when they stop responding. You might also see this message: "The specified CGI Application encountered an error and the server terminated the process."
17+
18+
## Symptom
19+
20+
ASP.NET Core applications that are hosted in App Service sometimes stop responding.
21+
22+
## Cause
23+
24+
A known issue with an earlier [Kestrel version](https://github.com/aspnet/KestrelHttpServer/issues/1182) might cause an ASP.NET Core 1.0 app that's hosted in App Service to intermittently stop responding.
25+
26+
## Resolution
27+
28+
This issue is fixed in Kestrel version 1.0.2. This version is included in the ASP.NET Core 1.0.3 update. To resolve this issue, make sure you update your app dependencies to use Kestrel 1.0.2. Alternatively, you can use one of two workarounds that are described in the blog post [ASP.NET Core 1.0 slow perf issues in App Service web apps](/archive/blogs/waws/asp-net-core-slow-perf-issues-on-azure-websites).
29+

support/azure/app-service/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ items:
1717
href: ./capture-memory-dumps-app-service.md
1818
- name: Availability, performance, and application FAQs
1919
href: web-apps-performance-faqs.md
20+
- name: ASP.NET Core applications hosted in App Service stop responding
21+
href: asp-net-core-apps-stop-responding.md
2022
- name: Error 403 - This web app is stopped message
2123
href: error-403-web-app-stopped-message.md
2224
- name: Worker Process requested recycle due to Percent Memory limit message

0 commit comments

Comments
 (0)