[Asp.net] IIS configuration considerations in Asp.net core

1. Set the application address pool to unmanaged code

1. Tip: About the "HTTP 500.19" error when running ASP.NET Core site on IIS

Install dotnet-hosting-3.1.2-win.exe

ASP.NET Core 3.1 Runtime (v3.1.2) download address:

https://download.visualstudio.microsoft.com/download/pr/dd119832-dc46-4ccf-bc12-69e7bfa61b18/990843c6e0cbd97f9df68c94f6de6bb6/dotnet-hosting-3.1.2-win.exe

二、HTTP Error 500.30 - ASP.NET Core app failed to start 

Change hostingModel in web.config to: outofProcess

Guess you like

Origin blog.csdn.net/dxnn520/article/details/133964810