Click here to Skip to main content
15,868,141 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
How can I implement my own login process in ASP.NET MVC 3?

I want to have control over the usernames and passwords.
I want that information in my own database as well as other information.
How can I do this?

What is Membership and how does it work?

Thank you in advance.
Posted
Updated 12-Apr-11 21:26pm
v3
Comments
Dalek Dave 13-Apr-11 3:26am    
Edited for Grammar, Spelling and Readability.

Study about SQL Membership to get the basics and then follow the link http://www.shiningstar.net/aspnet_articles/customprovider/CustomProvider.aspx[^] to create custom membership.
 
Share this answer
 
Comments
Dalek Dave 13-Apr-11 3:27am    
Good Link
Wild-Programmer 13-Apr-11 4:54am    
Thanks Dave :)
arpoarpo 13-Apr-11 9:36am    
Thank you
Ven_A 28-Jul-12 11:34am    
I was interested in creating custom login page for MVC 3 - but the link talks about implementation in code behind files - which don't exist in MVC 3.
 
Share this answer
 
v2
Comments
Dalek Dave 13-Apr-11 3:27am    
Very Helpful.
[no name] 13-Apr-11 3:30am    
Thanks
arpoarpo 13-Apr-11 9:36am    
Thank you

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