How to create a user in Asp.Net Identity by setting the Id I want?

Asked

Viewed 27 times

1

When I set the Identityuser Id, for example, to 1000, when saving with Createuser the ID is 0.

Observation 1: Table id aspnetusers is not as AUTO_INCREMENT.

Observation 2: I changed the Identity classes to Int type ID.

Observation 3: The database is mysql.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.