Click here to Skip to main content
15,885,216 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
hello , i never used the membership database , but i have an empty database for my college i will fill it with student table and doctors etc..
i want when a student put his id card number he get the password on his Email , and i want to make a lot of roles for student and stuff and doctors , i want to customize the membership database to have all this functions in .
but i don't know where i can get started , and if i make my own database that have roles tables and all that stuff can i prevent Unknown users from the admin pages from web.config file like the membership data base ?
Posted
Updated 23-Feb-13 8:19am
v2

1 solution

Have a look at this: Introduction to Membership[^] - it covers the basics of setting up a memnership system.
If you need more complex features (and you probably do) then you also need to read this: Custom Membership Provider[^] - it sounds complex, but it isn't: it's pretty straightforward and well covered in the articles.
 
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