Top "Simplemembership" questions

SimpleMembership is the default membership provider in ASP.

Using MVC 4 SimpleMembership with an existing database-first EF model

I am trying to use SimpleMembership in my MVC 4 for the first time and I already have an existing database …

asp.net-mvc-4 entity-framework-5 sql-server-2012 simplemembership ef-database-first
change password in MVC 4

I am building ASP.NET MVC 4 application. I use Simple Membership provider to manage authentication and authorization within the system. …

asp.net-mvc authentication simplemembership
How can I customize simple membership provider to work with my own database ASP.NET mvc 4

I’m exploring ASP.NET MVC 4 these days. I will be pleased if someone can help by answering my question . …

asp.net-mvc asp.net-mvc-4 membership-provider simplemembership
ASP.Net MVC 4 and WebSecurity - User Registration Confirmation through Email

I am using the default Internet Application template of ASP.Net MVC 4 project. The Register action in the Account controller …

asp.net-mvc-4 security simplemembership
SimpleMembership, MVC4, AuthorizeAttribute and Roles

I’m trying to add authorize attributes to some of my MVC4 controllers, and they work fine as long as …

asp.net-mvc-4 simplemembership
How to force the user to login to see any content using ASP.NET MVC 4

I am working on a 'ASP.NET MVC 4' application and use 'SimpleMembershipProvider'. The application will be used in intranet …

asp.net-mvc-4 forms-authentication simplemembership
SimpleMembership MVC3 Could not load file or assembly WebMatrix.Data

I'm using the SimpleMembership.MVC3 package to manage membership. Everything works fine at development but when I deploy to my …

asp.net-mvc-3 azure simplemembership
SimpleMembership in MVC4 app + WebApi using basic HTTP auth

I'm trying to implement an MVC4 web application with the following requirements: (a) it offers its services to authenticated users …

asp.net-mvc-4 asp.net-web-api simplemembership
Change password length in MVC 5 Membership

Trying to change the default minimum password length to 4 characters. I know, 4!!! Ridiculous, right! Not my call. Anyway, I've changed …

.net simplemembership asp.net-mvc-5 asp.net-identity
Role Provider / Membership? How to in asp.net web api?

I am building an asp.net mvc web api application and not sure how to do the membership stuff. In …

asp.net-web-api asp.net-membership simplemembership