Click here to Skip to main content
15,881,938 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more: , +
Hi,
Dear all, I just want to implement authentication in my mvc application, actually, I do not know the procedure of authentication mvc, like in asp.net we use the forms authentication, create the authentication ticket with our custom data tables and create the page base for authentication each request, my question is, how can we do it in mvc for each request and how to use membership in mvc, can we use membership with our custom data tables.

could you give me direction, thanks in advance.
Posted

Walkthrough: Using Forms Authentication in ASP.NET MVC[^]

It should be enough for start ;)
 
Share this answer
 
 
Share this answer
 
v2
hi
you can use the following link to do the form based authenticaion

http://tutorial.techaltum.com/Form-based-atuthentication-in-MVC.html[^]
 
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