Need help setting up Membership with ASP.NET MVC4/jQuery Mobile

161 Views Asked by At

I'm trying to figure out the best solution to integrate user authentication into my ASP.NET MVC4 web app. I'm not familiar at all with ASP.NET membership providers. What I ultimately want to be able to do is have the user be able to log in to access the app- pretty straight forward, right? I've heard about WSAT, and how wonderful it is. I want to be able to administer the log-in part of the site, kind of like what WSAT offers, so I can manage the user accounts. What's the best and/or easiest solution to accomplish this?

One more question:

If I'm using CodeFirst in my project:

  1. How will WSAT impact my database? Will it cause any kind of problems?
  2. Should I stick with a CodeFirstMembership provider?
0

There are 0 best solutions below