I was unsure which forum to use for this.
I created a new web forms project
I copied my Sql Database to use in the new project
I create new users, but they don't register in the database under AspNetUsers DB
A new database was created, but when I try to access it, I get a version error.
It uses default connection, i am using a custom connection.
How can I get the Database to use the one I copied, or get access to the database created so i can copy my tables to it?