Custom membership or not

后端 未结 5 658
既然无缘
既然无缘 2021-02-04 14:21

I am creating website (football, soccer) in ASP.NET MVC3 and I want have users (with additional information then user in default membership, these are ordinary visitors) and pla

5条回答
  •  花落未央
    2021-02-04 15:16

    I would advise implementing your own membership provider, it means implementing only the bits you need and forms a foundation for all your user management.

    The Membership provider is the same for WebForms and MVC, there are quite a few examples on SO and Google.

提交回复
热议问题