Skip to content

How to solve problem in updating database of sql server in identity asp.net framework #123412

Discussion options

You must be logged in to vote

Before I faced this problem when I worked on identity asp.net framework.
I solved this in SQL server management studio. when updating database, I renamed AspNetUserRoles and AspNetUserRole. and then I created
fake AspNetRoles table like real AspNetRoles.
After updating database, I renamed table name again.
You can try that using this way. I think it's not the best way, but it will help you solve that problem.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@michaellee7770
Comment options

Answer selected by michaellee7770
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Question Programming Help Programming languages, open source, and software development.
2 participants