dotnet / AspNetCore.Docs

Documentation for ASP.NET Core
https://docs.microsoft.com/aspnet/core
Creative Commons Attribution 4.0 International
12.42k stars 25.34k forks source link

What's new: Fix for 503's during app recycle in IIS. #32598

Closed tdykstra closed 4 weeks ago

tdykstra commented 1 month ago

Fixes #32596


Internal previews

📄 File 🔗 Preview link
aspnetcore/release-notes/aspnetcore-9.0.md What's new in ASP.NET Core 9.0
tdykstra commented 1 month ago

@BrennanConroy Can you tell me where this content should go other than the What's new article?

BrennanConroy commented 1 month ago

We should add the shutdownDelay to https://learn.microsoft.com/aspnet/core/host-and-deploy/iis/web-config?view=aspnetcore-8.0#configuration-of-aspnet-core-module-with-webconfig

Although, IIRC you need to use handlerSettings, which doesn't seem to be shown in the doc.