I have an application that has content that needs to be setup for permissions (i.e. member/non-member)
I have roles/authentication setup just fine, that is not my issue. My question is basically asking the best way to store permissions for each object. Essentially there is "Guest" and "Member" roles, and simple "Allow" "Deny" permissions for each object.
Any ideas? The program is written in ASP.NET MVC using C#, LINQ, and MS-SQL 2005.