I tried to open this solution in VS2012 and got prompted to upgrade the DB connection from SQL Express to LocalDB. Got no joy with the instructions in http://msdn.microsoft.com/en-us/library/hh873188.aspx, however manually changing the connectionstring value to:
"data source=(localdb)\v11.0;Integrated Security=SSPI;AttachDBFilename=|DataDirectory|aspnetdb.mdf;MultipleActiveResultSets=True"
I tried to open this solution in VS2012 and got prompted to upgrade the DB connection from SQL Express to LocalDB. Got no joy with the instructions in http://msdn.microsoft.com/en-us/library/hh873188.aspx, however manually changing the connectionstring value to: "data source=(localdb)\v11.0;Integrated Security=SSPI;AttachDBFilename=|DataDirectory|aspnetdb.mdf;MultipleActiveResultSets=True"
worked.