entity framework - Manually populating the database with ASP.NET Identity schema (objects) -


i know can use registration view automatically populate target database setting-up views , (running) registration form new account (when db doesn't exist yet).

however...i wish populate target database manually.

is there way can:

  • populate target database (for sql server & sql azure)
  • force id's uniqueidentifiers (e.g. guids)

you can implement custom storage provider identity. highly recommend checking out these articles:

overview of custom storage providers asp.net identity

change primary key users in asp.net identity

implementing custom mysql asp.net identity storage provider


Comments

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -