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
parent
cc48f32954
commit
2343e3745e
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue