Questions tagged [asp.net-membership]

ASP.NET membership gives you a built-in way to validate and store user credentials.

ASP.NET Membership works on top of forms-authentication and gives you:

  • Ability to create and store users and their passwords with little or no code.
  • Out-of-the-box support for changing, resetting, retrieving and encrypting passwords.
  • Choice of two storage locations - SQL Server and Active Directory.
  • Custom providers can be created to store users in custom stores

Resources

MSDN - Introduction to Membership
4guysfromrolla - Examining ASP.NET's Membership, Roles, and Profile

3256 questions
1
vote
1 answer

How do I convert multiple ASP.NET web forms apps using forms authentication (Membership) to point to a new .NET Core Identity site for their login

First, I want to apologize as this is my first post and I don't even know how to properly phrase my question. Here's what's going on: I have several legacy ASP.NET web forms applications (.NET Framework 4.6.1) built in VB.NET that currently use…
1
vote
3 answers

ASP.NET: How can I create a Login System using aspnet_regsql.exe?

I want to create a login system using aspnet_regsql.exe After the aspnet_regsql.exe installiation in my SQL Server, then what should I do next? Can someone explain me step by step after the aspnet_regsql.exe installiation ?
Soner Gönül
  • 97,193
  • 102
  • 206
  • 364
1
vote
1 answer

Wordpress,Drupal, Asp.net Membership Provider

I need to synchronize three of them but I have already 18k Asp.Net Members. (Offline synchronization) So how can I convert default "Password Hashing" of Wordpress and Drupal to Asp.Net Membership's (SHA1 with Salt) ?
Serhat Dincel
  • 195
  • 1
  • 3
  • 12
1
vote
2 answers

asp.net membership provider compromised?

I'm using the standard out-of-the-box aspnet membership provider, and I have the following settings in the web.config:
1
vote
3 answers

ASP.NET Application Services - how to create a new user account?

I've been playing around with ASP.NET Application Services. I've implemented the Authentication Service, Profile Service and Role Service successfully, able to log in and get Profile information for the logged in user and Role information. Now I've…
Rogan
  • 225
  • 1
  • 12
1
vote
1 answer

MembershipProvider and MembershipUser best practice

I'm working on a website which has a Facebook Connect authentication. I want to add an internal registration and authentication system, so I'm looking for the MembershipProvider. I have some questions about ASP.NET Membership: Some methods (like…
1
vote
1 answer

asp.net changing password format problem

i changed my password format in the web.config for hashed to encrypted and added a machine key but after that i got this error : Format of the initialization string does not conform to specification starting at index 0 i tried changing back to…
Wahtever
  • 3,597
  • 10
  • 44
  • 79
1
vote
1 answer

Use AzMan RoleManager in conjunction with default ASP.NET Membership

I would like to use the AzMan RoleManager API in my existing webapplication. I'm already using the default ASP.NET membership provider which stores its users in the ASPNETDB database. I quickly took a look at AzMan and administered my policy store…
Ropstah
  • 17,538
  • 24
  • 120
  • 194
1
vote
2 answers

asp.net membership

I'm writing an MVC application, using ASP.Net Membership for security. The application will allow multiple websites to run from the same app and database. The websites running on the app will be completely independent from each other. The users of…
adrianos
  • 1,501
  • 2
  • 18
  • 22
1
vote
1 answer

Running new MVC3 solution in VS2010 ASP.NET development server; where is membership database?

I'll preface this by saying: I don't really understand how membership providers work in ASP.NET, and I'm trying to understand them better. I just created a new MVC3 solution in VS2010. I can run it within ASP.NET's development server, and it works…
themechanix1
  • 205
  • 2
  • 8
1
vote
1 answer

Using System.Web.Providers with Sql Compact

Following the article shanselman i'm trying to use "System.Web.Providers" so you can use memberships, rules and profiles with Sql Server Compact. I installed via Nuget, created a Users.sdf database and copied to the App_Data folder. My Web.config…
1
vote
0 answers

PasswordRecovery and a MembershipPasswordException problem

I have a PasswordRecovery control in my site. I have my own customized class implementing MembershipProvider. One of the methods is GetPassword, with username, answer as parameters. it is activated when the user enters an answer for the question,…
1
vote
4 answers

ASP.Net Membership additional field

I am starting a new ASP.Net MVC 3 app and I'm hoping to be able to use the built in Membership provider. The issue I have is that my application can be used by various organizations and it is important that the information shown is only applicable…
Mitch
  • 2,471
  • 8
  • 38
  • 46
1
vote
1 answer

Single Sign On Application Cookie Issue

Hi All I am working on a single sign on system which a load of other web applications will use as its membership provider. I currently have the system up and running in ASP.NET MVC and everything works well, users can log into an application once…
Chiefy
  • 179
  • 2
  • 17
1
vote
1 answer

Form Cookie Expiring too soon on production server

i have following settings in web.config but the cookie expires in less than five minutes…