Tags: ASP.NET Core

ERROR_INSUFFICIENT_ACCESS_TO_SITE_FOLDER

ASP.NET Benjamin Perkins

I was publishing an ASP.NET Core application, straight to production, which is a no-no, no-go and got this error, also seen in Figure 1. Figure 1, publishing to an Azure App Service, straight to production Severity    Code    Description Project File    Line    Suppression State Error       Web deployment task failed. (Unable to perform the operation (“Delete File”)  […]

Read More →

How to install ASP.NET Core 2.1 for development

ASP.NET Benjamin Perkins

A few days ago Microsoft announced the release of .NET Core 2.1, ASP.NET Core 2.1 and Entity Framework 2.1 here. I wrote a few similar articles about installing Core components, read them to get some greater perspective: Create a .NET Core 2 application on Linux with Visual Studio Code How to enable C# 7 in […]

Read More →