Top "Asp.net-membership" questions

ASP.

ASP.NET MVC Custom Membership Provider Web.config Error

I have implemented a custom membership provider using LINQ to SQL. When I added the Membership provider to my asp.…

asp.net-mvc security asp.net-membership
Using ASP.NET Membership Provider authentincation in a WCF service

Is there a way to use the same username and password from the membership provider for a WCF service authentication? …

asp.net wcf asp.net-membership wcf-security
Migrating from ASP.NET Membership to SimpleMembership in MVC4 RTM

The new MVC4 RTM internet application templates use the SimpleMembership providers as descibed here SimpleMembership My existing MVC website uses …

asp.net asp.net-mvc asp.net-mvc-3 asp.net-membership asp.net-mvc-4
How to use forms authentication without login control?

How to use forms authentication without login control.I don't want to use asp.net login control in my site.…

asp.net asp.net-membership forms-authentication custom-membershipprovider asp.net-authentication
Password Policy in ASP.NET Profile (Membership)

In change password page, we have this code, So if we want to change Password Policy into "StrongPolicy", have we …

c# asp.net asp.net-membership password-policy
How to add users and roles in SQL for the SQLMembershipProvider?

We are migrating to the production environment, and I want to write a sript the the DBA can create a …

sql sql-server asp.net-membership sqlmembershipprovider
Call custom constructor with Dapper?

I'm trying to use Dapper to interface with the ASP.NET SQL Membership Provider tables. I wrapped the SqlMembershipProvider class …

c# reflection asp.net-membership dapper
Object reference not set to an instance of an object.

My codes below don't have any errors during the compile time but when I open the page an error occur …

asp.net asp.net-membership guid userid
Redirect to other page according their roles

i need help from u guys here. So, on my system, there are 2 roles. Admin and users. I use login …

asp.net asp.net-membership login-control
Implement Custom MembershipUser and Custom MembershipProvider

I try to implement a Custom MembershipPriver with a Custom MemberShipUser in my own database (with a specifics Users Table …

c# asp.net asp.net-membership membership membershipuser