PreviousNext

Publishing ASP.NET Core 3.0 application as self-contained executable to Azure App Service

by bill-s, 2019-10-16T01:50:50.476Z

With Visual Studio 2019 we can publish ASP.NET Core 3.0 applications as self-contained executable. It’s especially useful for environments where ASP.NET Core 3.0 is not installed or where we don’t have permissions to install it. Here’s how to do it.

Read More