I created an MVC 5 application in VS 2013 Professional and then used EF 6.1 code first with an existing DB on SQL Server Express. When I try to create the views I’m using th
In my case, I solved the issue with the connection string in the web.config.
Previuos the issue I has
and I doesnt know why, but vs cant connect to the database and fail.
after the change
and it works