id like to know how other developers manage the membership, access role and rules
from the book im reading it taught me that i have to use Website ASP.NET configuration and so i now know one way to do it
i want to do it differently than the book tho.. instead of adding the user by using the ASP.NET Configuration i add users from the builtin Register.aspx on the Account folder of an ASP.NET Web Site project template.
so i already have the means of adding new users to the ASPNETDB
what i need to manage now is the roles and rules.
or do most developers just manage the authorization Roles and Rules using the ASP.NET Configuration and webconfig file?
jrtibayan
Member
198 Points
198 Posts
Re: whats the best way to manage Roles and Access Rules?
May 01, 2012 09:53 AM|LINK
id like to know how other developers manage the membership, access role and rules
from the book im reading it taught me that i have to use Website ASP.NET configuration and so i now know one way to do it
i want to do it differently than the book tho.. instead of adding the user by using the ASP.NET Configuration i add users from the builtin Register.aspx on the Account folder of an ASP.NET Web Site project template.
so i already have the means of adding new users to the ASPNETDB
what i need to manage now is the roles and rules.
or do most developers just manage the authorization Roles and Rules using the ASP.NET Configuration and webconfig file?