I am building ASP.net MVC 5 website which is having User login module as well.
Requirement is to store User custom information (ex: DOB, Email, Preferences, Security Question, Password & other information).
Whether I should use Simple Membership or ASP.net Identity framework or I should built a custom authentication module ?
-- I did search over Internet but didn't find sufficient information