Alternative User management in ASP.NET MVC

后端 未结 3 1022
既然无缘
既然无缘 2020-12-29 13:57

I am in the planning phase of a new ASP.NET MVC application and one of the requirements is storing some user information that is not part of the standard set found in the Us

3条回答
  •  一生所求
    2020-12-29 14:39

    See ASP.Net MVC Membership Starter Kit. It provides the Asp.Net MVC controllers, models, and views needed to administer users & roles. It will cut distance in half for you.

    Out of the box, the starter kit gives you the following features:

    • List of Users
    • List of Roles
    • User Account Info
    • Change Email Address
    • Change a User's Roles

提交回复
热议问题