Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Asp.net User Roles Management: Where to Begin

Tags:

asp.net

role

I'm new to User Roles Management. I was reading my Wrox Programming book on asp.net 3.5 user role management...but it was hard to follow along, as I do not have a local server set up to test on (I do...but...thats a separate question), but rather currently test on a remote server (where the website is hosted, theres not enough hits where I can get away with testing on a live server).

Any ways...Where do I begin in user role management. I'm not necessarily asking to be given a 30 pg hard description, but more of a summary. My GoDaddy hosting account seems to offer asp.net schemea SQL database set up for user role management, but I have yet to learn how to integrate it into my development.

Any input would be appreciated.

like image 276
contactmatt Avatar asked Sep 21 '09 02:09

contactmatt


1 Answers

I would open up Visual Studio, create a new ASP.NET Web Application project, and click the "Configure ASP.NET" button on the top-right hand corner of the Solution Explorer. If you navigate to the Security section, you can start creating Users and Roles. The tool basically describes exactly how they work to you.

like image 69
JoshJordan Avatar answered Oct 08 '22 22:10

JoshJordan