Why should I use ASP.NET Membership security model?

前端 未结 9 953
一生所求
一生所求 2020-12-08 05:24

I\'m updating my website at the moment and figure that if I am to update my login/security mode, now is a good time.

I have looked through the Membership model whic

9条回答
  •  一个人的身影
    2020-12-08 05:35

    It's value is that it is an easy to use ready built role based security framework. If you have already built your own framework and migration is not trivial then it may not be worth it. But one benefit of migrating would be you could eliminate a lot of application code and replace with framework code.

提交回复
热议问题