Click here to Skip to main content
15,924,367 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i want to implement custom user management instead of using asp.net buildin controls such as forget password , adding roles e.t.c .. i haven't seen any artical related to the custome user management in asp.net.. pls suggest me good article on this.
Posted

As far I understand the phrase custom user management means something that is exists but want to extend it. If so there is already built in Asp.Net Membership[^] provider that helps to manage user of the a web site. Just learn how to use it first then here[^] is an article that helps you to customize some portion of the existing user management application.
 
Share this answer
 
It's all basic coding. You store what user is logged in, in the session. You use that ID to access properties from your database, such as settings, and you write UI to show them.
 
Share this answer
 
Comments
codegeekalpha 5-Aug-11 2:59am    
you are right but wot about sending forgeting password to email.

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