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

前端 未结 4 1907
花落未央
花落未央 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:04

    The following article explains you the basics of adding ASP.NET Identity to your application. http://www.asp.net/identity/overview/getting-started/adding-aspnet-identity-to-an-empty-or-existing-web-forms-project

提交回复
热议问题