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

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

c# - Exception when attempting to modify Dictionary -