Is ASP.NET role based security a true role based access control system?
问题 From what i have read from this paper I understand that a role based access control system is one where users can be assigned to roles where roles specify permissions to perform operations on objects But in asp.net we do not specify "Operations on objects", what i mean here is that how can we specify "All users in Role R can perform a delete on object O" Where is the Object Part in ASP.Net 回答1: The security model is asp.net is pretty limited. In essence you only have control at the Role level