I am following this tutorial. I did everything according to the tutroial. However, I am getting an error when I am trying to open the database. It says "cannot open the database requested by the login". I am using visual studio 2012 express. The tutorial is using 2013. Could that be a problem? Here is my connection string.
<connectionStrings>
<add name="SchoolContext"
connectionString="Data Source=(LocalDb)\v11.0;Initial Catalog=ContosoUniversity;Integrated Security=True;"
providerName="System.Data.SqlClient"/>
</connectionStrings>
The tutorial I am following. http://www.asp.net/mvc/tutorials/getting-started-with-ef-using-mvc/creating-an-entity-framework-data-model-for-an-asp-net-mvc-application