I installed Visual Studio 2013 Professional and puted my project with .sdf data files from Visual Studio 2012 but in Visual Studio 2013 i want to generate the new .mdf database and esteblish connection to local .mdf file.
My connection string looks like this:
Server=(LocalDb)\v11.0;Integrated Security=true;AttachDbFileName=\\App_Data\N_SDB.mdf
I have no idea how to resolve a problem.
Message:
System.Data.SqlClient.SqlException (0x80131904): A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessibl ...
Go to the complete details ...