Asp.Net MVC core Identity Framwork 6.0

Copper Contributor

I am developing a Asp.Net MVC application using framework 6.0 with Core Identity Razer pages in code first approach. I modified the AspNetUsers Table with my own table definition and successfully migrated into database. Also I have customized the AspNetUser column in DBContext.cs, But still Its throwing Invalid column error after CreateAsync operation executed. Am I doing something wrong or missing anything? Why the customization is not reflecting in CreateUser class?

0 Replies