Top "Simplemembership" questions

SimpleMembership is the default membership provider in ASP.

ASP.NET MVC 4, The "WebSecurity.InitializeDatabaseConnection" method can be called only once

I am developing a code first web app in Visual Studio 2012 Express. I use this connection string in the web.…

asp.net asp.net-mvc asp.net-mvc-4 simplemembership
ASP.NET Identity vs Simple membership Pros and Cons?

In MVC4 we had Simple Membership. My opinion is that Simple Membership was a good Identity Model tried and tested …

asp.net-mvc asp.net-mvc-4 asp.net-mvc-5 simplemembership asp.net-identity
SimpleMembershipProvider not working

I started a new internet project with VS2012 and am trying to just restructure my project a bit and I …

asp.net asp.net-mvc entity-framework asp.net-mvc-4 simplemembership
How do I reset or change passwords using SimpleMembership in MVC4?

I've been writing a web application using the MVC4 Internet template. I really didn't need anything complicated for user management, …

asp.net-mvc-4 simplemembership
Using SimpleMembership with EF model-first

Can SimpleMembership be used with EF model-first? When I try it, I get "Unable to find the requested .NET Framework …

entity-framework simplemembership
Partial binding information was supplied for an assembly mstest

I am using the new SimpleMembership framework in .Net. The unit tests to create users (using the API - see …

visual-studio-2012 mstest simplemembership
Why InitializeSimpleMembershipAttribute in MVC 4 app

I think my understanding on SimpleMembershipProvider is almost 60% and the rest is getting to know how it internally work. You …

asp.net-mvc asp.net-mvc-4 simplemembership
Editing user profile details

How to create action and views for editing user custom informations? Authorization is based on membership created by VS with …

asp.net-mvc simplemembership user-profile
How to get error details on Azure Web site

I'm new to Azure. Does anybody know how get detailed error message on website deployed to Azure web? I added …

asp.net-mvc azure simplemembership
How do I manage profiles using SimpleMembership?

I have an ASP.NET MVC 4 site based off the internet template. I am using the SimpleMembership which i set …

asp.net-mvc-4 simplemembership