Top "Membership-provider" questions

Membership providers provide the interface between Microsoft ASP.

Anti forgery token is meant for user "" but the current user is "username"

I'm building a single page application and experiencing an issue with anti-forgery tokens. I know why the issue happens I …

asp.net-mvc-4 membership-provider
How do I create a custom membership provider for ASP.NET MVC 2?

How do I create a custom membership for ASP.NET MVC 2 based on the ASP.NET membership provider?

c# asp.net asp.net-mvc membership-provider custom-membershipprovider
Get the ID of the current user ASP.NET Membership

How do you guys manage to get the ID of the current user using the ASP.NET Membership Provider? My …

c# asp.net membership-provider
Custom MembershipProvider in .NET 4.0

There are a few threads here at so about this matter but most of them are outdated and the reference …

asp.net asp.net-membership membership-provider
How to add ASP.NET Membership Provider in a Empty MVC 4 Project Template?

I am new in ASP.NET MVC4. I am creating a Empty MVC4 Project Template and trying to add ASP.…

c# asp.net-mvc asp.net-mvc-4 membership-provider
.net MVC Simple Membership Authentication with Database

Using Code First Entity Framework with .NET MVC 4 I have created a new Web Application and populated the database with …

c# asp.net-mvc authentication entity-framework-4 membership-provider
How do you change a hashed password using asp.net membership provider if you don't know the current password?

Problem, there's no method: bool ChangePassword(string newPassword); You have to know the current password (which is probably hashed and …

asp.net membership-provider
ActiveDirectoryMembershipProvider - "Unable to establish secure connection"

I am trying to configure an ActiveDirectoryMembershipProvider but I keep getting the message "Unable to establish secure connection with the …

asp.net asp.net-membership ldap membership-provider