Tags: Deployment

Failed to deploy from GitHub to Azure App Service Web App, missing project reference

Azure App Service Benjamin Perkins

I was working on these other articles: How to deploy from GitHub using someone else’s repository How to configure GitHub or VSTS for use with an Azure Function Deploy GitHub source code repositories to an Azure App Service Failed to deploy from GitHub to Azure App Service Web App, missing project reference Deploy an App […]

Read More →

How to deploy an ASP.NET Core 1.1 application to an Azure App Services Web App using Visual Studio 2017

Azure App Service Benjamin Perkins

If you received a 404 after deploying your ASP.NET Core 1.1 application, see the end of this article in section “404 when accessing ASP.NET Core 1.1” do find out a solution and the reason. The deployment of an ASP.NET Core 1.1 Web API or Web Application is achievable following these steps: Create the Solution / […]

Read More →

ERROR_CONNECTION_TERMINATED msdeploy web deploy

Visual Studio Benjamin Perkins

NOTE: This exception happens most often when your corporate IT department has a firewall rule or proxy which is preventing the deployment to be made. The first step should be that you attempt a deployment outside of your corporate network, perhaps from home when connected on your private ISP. I was doing some deployments to […]

Read More →