Shared SQL Database on UNC Share with Entity Framework

152 views Asked by At

I have an application that uses Entity Framework 6 and an SQL database.

The application has been built and tested on my local machine which is on a large corporate company network.

The database needs to be available to a handful of users (usually one user at any time) but the only shared "space" is a UNC share. I believe this isn't possible with my set up.

I'm using Visual Studio Express 2013 and SQL Server Management Studio 2014 so can't use SQL Compact Edition (SQL Compact Toolbox is for VS Pro only).

Do I have any options here? An earlier version of the application used an Access Database but I really don't want to go back to this.

0

There are 0 answers