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
Comments
Post a Comment