From 2343e3745e6688d588f90cdbcbcf3d7724b0b514 Mon Sep 17 00:00:00 2001 From: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com> Date: Mon, 21 Mar 2022 12:24:57 -1000 Subject: [PATCH] Update troubleshoot-azure-iis.md (#25360) * Update troubleshoot-azure-iis.md * Update aspnetcore/test/troubleshoot-azure-iis.md * Update aspnetcore/test/troubleshoot-azure-iis.md Co-authored-by: Kirk Larkin <6025110+serpent5@users.noreply.github.com> Co-authored-by: Kirk Larkin <6025110+serpent5@users.noreply.github.com> --- aspnetcore/test/troubleshoot-azure-iis.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/test/troubleshoot-azure-iis.md b/aspnetcore/test/troubleshoot-azure-iis.md index a837d73118..b52ed52ca6 100644 --- a/aspnetcore/test/troubleshoot-azure-iis.md +++ b/aspnetcore/test/troubleshoot-azure-iis.md @@ -34,7 +34,7 @@ Lists additional troubleshooting topics. ## App startup errors -In Visual Studio, an ASP.NET Core project defaults to [IIS Express](/iis/extensions/introduction-to-iis-express/iis-express-overview) hosting during debugging. A *502.5 - Process Failure* or a *500.30 - Start Failure* that occurs when debugging locally can be diagnosed using the advice in this topic. +In Visual Studio, the ASP.NET Core project default server is Kestrel. Visual studio can be configured to use [IIS Express](/iis/extensions/introduction-to-iis-express/iis-express-overview). A *502.5 - Process Failure* or a *500.30 - Start Failure* that occurs when debugging locally with IIS Express can be diagnosed using the advice in this topic. ### 403.14 Forbidden