I m beginner in asp.net mvc
I need to make web application by using asp.net mvc5 code first to pharmaceutical company
have 1000 user . when starting to implement web application by mvc i starting by doing login by user id and password
but i search more in internet i found about login in mvc 5 asp.net identity
I have database and i have already table users have userid,password,role
why use asp.net identity and what different between asp.net identity mvc and custom login mvc
please help me
Loading
Francis SusaimichaelPosted May 23, 2017, 3:23 AM
I would suggest go with Identity. Since you are going to use MVC5. As per the below stack exchange discussion FormAuth deprecated from MVC5. MS also encourage to use Identity.
ahmed salahPosted May 22, 2017, 3:31 PM
Francis SusaimichaelPosted May 22, 2017, 2:54 PM