UserStore with my own database
问题 I'm trying to use my own SQL Server database to store the user permissions. I initialize the UserStore with my context like this (I tried with the default constructor also) UserManagerFactory = () => new UserManager<IdentityUser>(new UserStore<IdentityUser>(new DbEpicerieEntities())); Then I created an empty database and generated the data model for entity. Then I changed the web config for my connection <connectionStrings> <add name="DefaultConnection" connectionString="metadata=res://*