Compartir a través de


benjamin perkins

List<Solution> solutions = changes.Where(c => c.CeterisParibus != true)

Remote debug your Azure App Service 2017 including ASP.NET Core

We are moving at cloud speed here, I wrote this one here less that a year ago “Remote debug your...

Author: benjaminperkins Date: 06/06/2017

Configure Visual Studio Team Services in Visual Studio, deploy to Azure App Service

I am on a path to learning and working with a Continuous Deployment / Delivery (CD), I just need a...

Author: benjaminperkins Date: 06/06/2017

Critical error: Could not connect to server when FTP to an Azure App Service

I was trying to connect to my Azure App Service Web App using FTP and I got this error: Status:...

Author: benjaminperkins Date: 06/01/2017

Troubleshooting Azure App Services Web App, Mobile App or API App 500s

When you get a response from your Azure Web App, Mobile App or API App which is a 500, you might...

Author: benjaminperkins Date: 06/01/2017

Set or change an Azure App Service file or folder permission

I was using FileZilla to try to change the file permissions and I got this error: Status: Setting...

Author: benjaminperkins Date: 05/17/2017

How to deploy from GitHub using someone elses repository

I needed to deploy Drupal 8 CMS to an Azure App Service running within an Azure App Service...

Author: benjaminperkins Date: 05/10/2017

Deploy GitHub source code repositories to an Azure App Service

I have written a few articles about GitHub which you can review here, to call them out specifically:...

Author: benjaminperkins Date: 05/10/2017

How to configure GitHub or VSTS for use with an Azure Function

This article has been moved to its new home...

Author: benjaminperkins Date: 05/10/2017

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

I was working on these other articles: How to deploy from GitHub using someone else's repository How...

Author: benjaminperkins Date: 05/10/2017

Machine Keys on an Azure App Service, machineKey multiple instances Azure

When you run an ASP.NET application on multiple instances of an App Service Plan (ASP) you do not...

Author: benjaminperkins Date: 05/08/2017

Azure Functions updates

Azure Functions CLI has been renamed to azure-functions-core-tools, see here. Also, appsettings.json...

Author: benjaminperkins Date: 05/05/2017

Resetting FTP password, using Publish Profile credentials, Azure App Service

If you have ever tried to reset your deployment credentials for your Azure App Service then you...

Author: benjaminperkins Date: 05/04/2017

How to connect and configure IIS running on Nano

If you have not already reviewed my other articles on using IIS on Nano, then you might want to take...

Author: benjaminperkins Date: 05/02/2017

How to copy files or deploy code to a Nano Server

I am writing numerous posts about IIS on Nano with my intent to get an ASP.NET Core application up...

Author: benjaminperkins Date: 05/02/2017

How to install IIS and Tracing on a Nano for Windows Server 2016

If you have not already reviewed my other articles on using IIS on Nano, then you might want to take...

Author: benjaminperkins Date: 05/02/2017

How to list Packages available when creating a Nano server

I have written numerous articles on Nano server, check them out. What’s new in IIS 10 How to list...

Author: benjaminperkins Date: 05/02/2017

Auto generate Azure deployment templates

This is a very cool feature I recently discovered in the Azure portal here.  The feature is called...

Author: benjaminperkins Date: 05/01/2017

Scale an App Service from FREE to SHARED BASIC STANDARD or PREMIUM using PowerShell

Although I really prefer GUIs over scripts, I still find myself needing to help others resolve...

Author: benjaminperkins Date: 05/01/2017

How to add assembly references to an Azure Function App

I wanted to do this and I found these articles helpful: #AzureFunction #Azure #Csharp Azure...

Author: benjaminperkins Date: 04/13/2017

Could not load file or assembly 'benjamin, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.","errorDetails" SOLVED

I was writting this article about #AzureFunctions here called “How to add assembly references to an...

Author: benjaminperkins Date: 04/13/2017

How to make a simple DLL as an assembly reference just for fun

The path to reproducing a scenario for a custom is sometimes a long-ish one.  I needed to include a...

Author: benjaminperkins Date: 04/13/2017

Export an Azure App Service Certificate PFX PowerShell

I found this article “Creating a local PFX copy of App Service Certificate” here and wanted to do a...

Author: benjaminperkins Date: 04/12/2017

How (I) configured an App Service Certificate for my Azure App Service

Here is some good information about the App Service Certificates.  Like custom domain names, you can...

Author: benjaminperkins Date: 04/12/2017

Azure Functions Access-Control-Allow-Credentials with CORS

There is a known issue documented on GitHub here with a title of Cross origin http request CORS...

Author: benjaminperkins Date: 04/12/2017

How to disable TLS 1.0 on an Azure App Service Web App

UPDATE as of 17-APR-2018 you can, read about that here. Short answer is, prior to 17-APR-2018, that...

Author: benjaminperkins Date: 04/11/2017

Testing/Consuming an Azure Function

I created an Azure Function using these instructions and the Visual Studio Tools For Azure Functions...

Author: benjaminperkins Date: 04/06/2017

Setting up and using GitHub in Visual Studio 2017

I wrote this article here about setting up GitHub in Visual Studio 2015 and felt it necessary to...

Author: benjaminperkins Date: 04/04/2017

Configure PowerShell for running Azure Cmdlets

I am really a GUI fan, but sometimes I have to help people run Azure PowerShell cmdlets.  I wrote a...

Author: benjaminperkins Date: 04/03/2017

How to enable C# 7 in Visual Studio 2017

I was working with Visual Studio 2017 and found that 4.6.2 is not installed as default yet, so I...

Author: benjaminperkins Date: 03/23/2017

.Net Framework 4.6.2 not in Visual Studio 2017

Cannot find the .NET Framework 4.6.2 in Visual Studio 2017?  Without it you cannot get all the cool...

Author: benjaminperkins Date: 03/23/2017

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

If you received a 404 after deploying your ASP.NET Core 1.1 application, see the end of this article...

Author: benjaminperkins Date: 03/21/2017

ASP.NET Core (-4077,–4047,–4089, -4095)

This article has been moved to its new home...

Author: benjaminperkins Date: 03/20/2017

How to change app settings Azure App Service Bot Service

This article has been moved to its new home...

Author: benjaminperkins Date: 03/14/2017

How to redirect a WWW custom domain to a naked domain

This article has been moved to its new home...

Author: benjaminperkins Date: 03/10/2017

How to map a naked domain to an Azure App Service

This article has been moved to its new home...

Author: benjaminperkins Date: 03/09/2017

How to call an async method from a console app main method

This article has been moved to its new home...

Author: benjaminperkins Date: 03/08/2017

How to deploy a .NET Core console application to Azure, WebJob

This article has been moved to its new home...

Author: benjaminperkins Date: 03/07/2017

.NET Core application, where is my EXE, how to publish

This article has been moved to its new home...

Author: benjaminperkins Date: 03/07/2017

How I called an asynchronous method from a loop

This article has been moved to its new home...

Author: benjaminperkins Date: 03/07/2017

What’s new in IIS 10 - Microsoft Internet Information Services 10 New Features

This article has been moved to its new home...

Author: benjaminperkins Date: 03/06/2017

IIS on Nano server

This article has been moved to its new home...

Author: benjaminperkins Date: 03/06/2017

Failed to run WebJob

This article has been moved to its new home...

Author: benjaminperkins Date: 03/01/2017

Troubleshooting an Azure App Service WebJob

This article has been moved to its new home...

Author: benjaminperkins Date: 03/01/2017

How I improved my chatbot

This article has been moved to its new home...

Author: benjaminperkins Date: 02/15/2017

Azure Management Certificates (German Cloud, Azure Deutschland)

This article has been moved to its new home...

Author: benjaminperkins Date: 02/14/2017

Azure Functions on 64 bit

This article has been moved to its new home...

Author: benjaminperkins Date: 02/09/2017

Enable logging for your Hybrid Connection Manager, troubleshooting

This article has been moved to its new home...

Author: benjaminperkins Date: 02/09/2017

How to connect a PowerShell client to the German Cloud

This article has been moved to its new location...

Author: benjaminperkins Date: 02/07/2017

Using Azure Xplat-CLI with Azure App Services in the German Cloud

This article has been moved to its new location...

Author: benjaminperkins Date: 02/06/2017

<Previous Next>