Hello,
I'm building a fresh ASP.Net Core project with Authentication (Identity). I have to generate the old Authenticate table taken from my ASP.NET 4.6 web application.
I run the Core project and select the "Register" link to register a new user profile. But after posting the form, I get the error below;
An unhandled exception occurred while processing the request. SqlException: Invalid column name 'NormalizedUserName'. Invalid column name 'ConcurrencyStamp'. Invalid column name 'LockoutEnd'. Invalid column name 'NormalizedEmail'. Invalid column name 'NormalizedUserName'.<ExecuteDbDataReaderAsync>b__107_0
Where can I get the new Identity Database for ASP.Net Core 1.0?