Hey everyone,
I was wondering, what's the best approach in creating users authentication for my asp.net-mvc web application.
Should I use the Forms authentication using a custom MembershipProvider ? Or should I implement my own login and registration mechanism for my users?