You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This topic describes the most common errors and provides troubleshooting advice when hosting ASP.NET Core apps on Azure Apps Service and IIS.
17
+
This article describes the most common errors and provides troubleshooting advice when hosting ASP.NET Core apps on Azure Apps Service and IIS.
18
18
19
19
See <xref:test/troubleshoot-azure-iis> information on common app startup errors and instructions on how to diagnose errors.
20
20
21
21
Collect the following information:
22
22
23
23
* Browser behavior such as status code and error message.
24
-
* Application Event Log entries
24
+
* Application Event Log entries.
25
25
* Azure App Service: See <xref:test/troubleshoot-azure-iis>.
26
26
* IIS
27
27
1. Select **Start** on the **Windows** menu, type *Event Viewer*, and press **Enter**.
28
28
1. After the **Event Viewer** opens, expand **Windows Logs** > **Application** in the sidebar.
29
-
* ASP.NET Core Module stdout and debug log entries
29
+
* ASP.NET Core Module stdout and debug log entries.
30
30
* Azure App Service: See <xref:test/troubleshoot-azure-iis>.
31
-
* IIS: Follow the instructions in the [Log creation and redirection](xref:host-and-deploy/aspnet-core-module#log-creation-and-redirection) and [Enhanced diagnostic logs](xref:host-and-deploy/iis/logging-and-diagnostics#enhanced-diagnostic-logs) sections of the ASP.NET Core Module topic.
31
+
* IIS: Follow the instructions in the [Log creation and redirection](xref:host-and-deploy/aspnet-core-module#log-creation-and-redirection) and [Enhanced diagnostic logs](xref:host-and-deploy/iis/logging-and-diagnostics#enhanced-diagnostic-logs) sections of the ASP.NET Core Module article.
32
32
33
33
Compare error information to the following common errors. If a match is found, follow the troubleshooting advice.
34
34
35
-
The list of errors in this topic isn't exhaustive. If you encounter an error not listed here, open a new issue using the **Content feedback** button at the bottom of this topic with detailed instructions on how to reproduce the error.
35
+
The list of errors in this article isn't exhaustive. If you encounter an error not listed here, open a new issue using the **Content feedback** button at the bottom of this article with detailed instructions on how to reproduce the error.
36
36
37
37
[!INCLUDE[Azure App Service Preview Notice](~/includes/azure-apps-preview-notice.md)]
38
38
@@ -293,7 +293,7 @@ Troubleshooting:
293
293
294
294
The process failed to start, most likely due to an app configuration or programming issue.
0 commit comments