Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 341 Bytes

File metadata and controls

5 lines (4 loc) · 341 Bytes

Be sure to create the database on (localdb)\MSSqlLocalDB (or wherever you have it pointed to) in the connection string.

Set the "Web" project to the 'Startup' project, then open the Package Manager Console, and select the "Data" project from the dropdown. Run the command "Add-Migration InitialCreate", then after run "Update-Database".