Using Asp.Net Identity DataBase first approach

后端 未结 4 788
广开言路
广开言路 2020-11-27 11:09

I need to integrate Asp.Net latest MVC version with an existing database which has an additional column String Address to table dbo.AspNetUsers

4条回答
  •  渐次进展
    2020-11-27 11:42

    I have been successful in integrating an existing database via Database First with Identity Framework 2.0. I have written a blog post on it here which uses ASP.NET MVC 5, Identity Framework 2.0, and the SPA template from Visual Studio 2013 Update 2 RTM.

    I hope this helps anyone in their journey because it contains a few points not listed in one place which I had to figure out on my own.

提交回复
热议问题