Click here to Skip to main content
15,884,099 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
In my asp.net MVC4 Web Application i want to use any functionality through which the users of my web application can logon with their details that are stored in the project database, is their any specific mechanism for this?
Posted

1 solution

You can use Identity

http://www.asp.net/identity[^]

When you start a new MVC project in Visual Studio there are a number of authentication options to choose from, so you can have it create a project with this already implemented so you can see how it all works.
 
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