Top "Asp.net-membership" questions

ASP.

How do I setup ASP.NET MVC 2 with MySQL?

Is it possible to setup ASP.NET MVC 2 to work with a MySQL database?

mysql asp.net-mvc asp.net-membership mysql-connector
adding more fields to registration form using membership on MySql and MVC 3

i started a site based on asp.net MVC 3 and MySql i got the membership to work with the MySQL .…

asp.net asp.net-mvc asp.net-mvc-3 asp.net-membership mysql-connector
How to set password rules for ASP.NET identity?

In my ASP.NET applications I have following settings in DefaultMembershipProvider and SqlMembershipProvider in web.config: enablePasswordRetrieval="true" passwordFormat="Clear" …

asp.net asp.net-membership visual-studio-2013 sqlmembershipprovider asp.net-identity
Difference between FormsAuthentication and WebSecurity

I am exploring the possibilities of ASP.NET MVC in the example webapplication of Visual Studio the WebMatrix.WebData.WebSecurity …

c# asp.net-mvc asp.net-membership
Script to create an ASP.NET Membership provider User

I created a bunch of insert scripts to add a new user to the aspnet_Membership and aspnet_User table. …

asp.net tsql asp.net-membership membership-provider
How to allow multiple authentication methods in ASP.NET?

I'm building a new ASP.NET MVC application (in C#) and one of the requirements is to create a new …

c# asp.net asp.net-mvc authentication asp.net-membership
ASP.NET Membership Password Reset

This is crazy, I have been trying for hours to get this to work. My client wants to be able …

asp.net asp.net-membership membership membership-provider sqlmembershipprovider
ASP.NET Membership Create User without requiresQuestionAndAnswer

How can I use the CreateUser method in the Membership class without having to assign a question and answer? I …

asp.net web-config asp.net-membership
ASP.net MVC 4 global Authorize filter forcing login on an AllowAnonymous action

In my .NET MVC 4 I'm adding a global filter in order to secure my controllers. This is done using: public …

asp.net asp.net-mvc-4 asp.net-membership