mvcarchitecture
mvcarchitecture copied to clipboard
can not find database in your source code
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.