Click here to Skip to main content
15,894,405 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i want to create an asp.net mvc3 webapplication where i want to set an login page (view) which contain username and password texbox and when user submit value then how to get those value into my model class method (authentication method) and if user not foud into db table then i want to show registration form and when user fill form and submit then i want to get that form values into my model class method to submit value into database . what are the possible way to create login and registration machinism into asp.net mvc3 ..
help me please
Posted
Updated 17-May-16 22:28pm
Comments
ZurdoDev 19-Oct-15 8:47am    
Where are you stuck?

Visual Studio creates such template automatically. Click File > ASP.NET Web Application
https://gyazo.com/bda65cdc629cd8ae7d25ff36740b6350[^]

After that check MVC checkbox
https://gyazo.com/5970549fe1613589813dad0324fbf79a[^]

And Visual Studio will create a with all functionality you required -
https://gyazo.com/c2faec4e82408dd57f9fbd729fe11dec[^]
 
Share this answer
 
 
Share this answer
 
Comments
Member 14756958 9-Mar-20 7:35am    
Dear Any Link Doesn't Properly working in My Laptop, please Give me another Link If you have.

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