how to implement ASP.NET Identity to an empty MVC project

前端 未结 4 1914
花落未央
花落未央 2020-11-30 18:35

I create a new empty MVC project and I want to add identity to it. Now I do not know how to do this and how to create database and tables and classes. I searche

4条回答
  •  北荒
    北荒 (楼主)
    2020-11-30 19:18

    I was looking for the same thing and the following blog posts helped me with this:

    http://benfoster.io/blog/aspnet-identity-stripped-bare-mvc-part-1

    http://benfoster.io/blog/aspnet-identity-stripped-bare-mvc-part-2

提交回复
热议问题