Top "Asp.net-membership" questions

ASP.

Saving an email change within the default Membership Provider in ASP.NET MVC

I am trying to set and save an email change using within the Membership Provider in ASP.NET MVC 3. I …

asp.net-mvc asp.net-mvc-3 asp.net-membership membership-provider
SQL aspnet_profile

any idea how I can get user FirstName and LastName from the aspnet_profile table based on UserID using SQL …

sql asp.net-membership asp.net-profiles
Get all user profiles with all custom properties with ASP.NET Membership

I am creating an MVC4 web application that uses ASP.NET forms authentication with custom profile properties defined, such as …

asp.net asp.net-mvc asp.net-membership asp.net-authentication
Error: Only LDAP Connection Strings are Supported against Active Directory

I have the following ASP.NET Membership section defined in the Web.config file: <membership defaultProvider="AspNetActiveDirectoryMembershipProvider"> <…

active-directory asp.net-membership membership-provider activedirectorymembership
ASP.NET Multi tenant application with tenant specific roles

We have a multi-tenant ASP.NET application. So far tenants have been isolated from each other, however now we have …

c# asp.net asp.net-mvc-3 asp.net-membership roleprovider
login control error

When I add the login control to the page, I got the following error. Could u help me ? "WebForms UnobtrusiveValidationMode …

javascript jquery asp.net asp.net-membership login-control
Extending Windows Authentication in ASP.NET MVC 3 Application

after a lot of googling and reading several solutions on how to manage mixed mode authentication in ASP.NET apps, …

asp.net-mvc iis asp.net-membership