Last Updated: February 25, 2016
·
1.448K
· xivsolutions

ASP.NET MVC–Azure Websites and EF Model First Connection Strings when Deploying from Github

One of the coolest things about Windows Azure Websites is the integration with source control, and the automated deployment hooks Azure offers. However, there are a number of small gotcha's related to deployment, chief among these is the protection of confidential configuration items such as database connection string.

In this post, we are going to look specifically at the vexing situation I ran into deploying from source control with an application using Entity Framework's "Model-First" strategy . . .
ASP.NET MVC–Azure Websites and EF Model First Connection Strings when Deploying from Github