Click here to Skip to main content
15,886,518 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
how can i manage the website by using forms authentication.
how can i create roles for the users.
how to protect the webpages from unauthorized access to it.

i need ur suggestions...

thanq..
Posted
Updated 11-Jan-13 7:05am
v3

This is one of the very basic things you can easily find in a ASP.NET book or just by doing a google search. Here are few links to start:

http://support.microsoft.com/kb/301240[^]
http://www.codedigest.com/Articles/ASPNET/176_Using_Roles_in_Forms_Authentication_in_ASPNet_20.aspx[^]

Search, read and practice... that's how you learn...
 
Share this answer
 
Just create types of users in the database and give them rights according to the types. You can use sessions for getting type of user.And then provide them rights.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900