Search code examples
asp.net-mvc-3membershipmembership-provider

Is a good idea use Membership Provider with ASP.NET MVC


In ASP.NET MVC we dont have Login controls of webform, then still make sense use Membership Provider? It is a good practice?


Solution

  • Membership Provider is agnostic of Web Forms or any other classes where it will be used, so the least I can say is its not a bad idea.