I\'m getting a 500 Internal Server error when trying to register a new user with ASP.net\'s built in user authentication.
This was previously working for me, but now I\'
From the comments above, it is clearly a db migration error. Code for package manager console:
enable-migrations add-migration InitialCreate update-database
More info with example here.