I\'m trying to create a new database using the code first concept of Entity Framework. However when running the code the database isn\'t created (using the DropCreateD
DropCreateD
+1 for the detailed question.
Check that your connection string is pointing at the correct database and add the authorization attributes like this to access your database: