mvcarchitecture icon indicating copy to clipboard operation
mvcarchitecture copied to clipboard

can not find database in your source code

Open vn1102 opened this issue 5 years ago • 1 comments

vn1102 avatar Mar 09 '19 07:03 vn1102

Since this is a database first, you need to enable migrations in your Package Manager Console or enter update-database in case you already did to automatically generate the database for you. Make sure you have the proper connection string that was already in set-up since this will be the basis of generating the new database for you.

willydavidjr avatar Jul 28 '20 18:07 willydavidjr