I have an existing ASP.NET MVC project which previously was connecting to SQL Server 2012. But now I have only SQL Server 2014 installed and it can not connect.
connectionString="Data Source=(LocalDb)\v11.0;AttachDbFilename=|DataDirectory|\aspnet-Vidly-20160330105730.mdf;Initial Catalog=aspnet-Vidly-20160330105730;Integrated Security=True"
My Sql Server works ok, I have version problem, the project is taken from another pc Which had installed SQL-Server 2012 , Now I am trying to run with SQL-Server 2014 installed !!!
It is trying to connect to SQL Server 2012. How can I fix this?
This question may already have an answer here:
- I could not find anything helpful.