ASP.NET: Permission/authentication architecture

前端 未结 5 1216
天涯浪人
天涯浪人 2021-02-08 23:29

I am looking into building an authentication in my ASP.NET application with the following requirements.

  • A user has exactly one Role (i.e. Admin, S
5条回答
  •  栀梦
    栀梦 (楼主)
    2021-02-08 23:59

    You can read on how to set up ASP.NET Membership here: http://msdn.microsoft.com/en-us/library/yh26yfzy.aspx

    It allows you to group folders / pages etc into Groups / Users. I think you will find this sufficient!

    The hiarchy is easily managed by extending the generated databases and procedures.

提交回复
热议问题