Options

Azure database, Default Connection String, Shadow Database

My development database is an Azure database.  I need to make sure that all developers use that database so I have set that as the default connection string.  When the project attempts to utilize a shadow database it cannot as it is not allowed to create the shadow database on Azure.  

How do I utilize the default connection string but still have the shadow database on my local machine?
Tagged:

Answers

Sign In or Register to comment.