HI, I am developing a userManagement Application in asp.net. I want to make the User Access page to control the permissions to the various user groups by administrator.I am developing this application reffered by website administration tool . How can i make a good开发者_StackOverflow社区 usermanagement application and how can i control the users to access the pages that they have permission.I am using VisualStudio2010. Thanks.
Forms Authentication with User Roles which is built in asp.net 2.0 is your friend. This site might help you click
精彩评论