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>
pull/25378/head
Rick Anderson 2022-03-21 12:24:57 -10:00 committed by GitHub
parent cc48f32954
commit 2343e3745e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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