Skip to content

Magenaut

  • Home
  • Topics
    • Notes
    • Tutorial
    • Bug fixing
    • Extension
    • Server
  • Q&A
  • Privacy Policy
  • About

asp.net-membership

Hashing vs. Encrypting Passwords

September 1, 2022 by Magenaut

I’m using ASP.NET membership for a site that will serve primarily sophisticated users. I understand the difference between hashed and encrypted passwords, and I’m trying to decide between the two.

Categories ASP.NET, Q&A Tags asp.net, asp.net-membership, passwords Leave a comment

Sitecore authenticate users against external membership database

September 1, 2022 by Magenaut

I have a Sitecore site where I want to have website visitor accounts stored in an external asp.net membership database but keep Sitecore content editors/admins managed via the Sitecore interface (and hence stored in the ‘Core’ database).

Categories ASP.NET, Q&A Tags asp.net, asp.net-membership, sitecore Leave a comment

How do I control MembershipProvider instance creation/lifetime?

September 1, 2022 by Magenaut

I have registered a custom MembershipProvider class in my Web.Config file. I’m using Inversion Of Control using Castle Windsor and I have registered my custom MembershipProvider class as transient (because it’s using a service that’s transient as well).

Categories ASP.NET, Q&A Tags .net, asp.net, asp.net-membership, castle-windsor, inversion-of-control Leave a comment

SimpleMembership with custom database schema in ASP.NET MVC 4

September 1, 2022 by Magenaut

I want to enable the ASP.NET MVC 4’s SimpleMembership API to integrate with my own database schema. I have a plain and simple table in my database called Users with these fields:

Categories ASP.NET, Q&A Tags .net, asp.net, asp.net-membership, asp.net-mvc-4, simplemembership Leave a comment

Changing passwordFormat from Encrypted to Hashed

September 1, 2022 by Magenaut

I’m finding surprisingly little information on converting an existing database from Encrypted passwords to Hashed passwords. (I was able to find a bit more information on converting the other way, but it wasn’t of much help.)

Categories ASP.NET, Q&A Tags asp.net, asp.net-membership, passwords Leave a comment

User.Identity.IsAuthenticated is false after successful login

September 1, 2022 by Magenaut

I need to get the UserId Guid directly after a successful login. The following code doesn’t work:

Categories ASP.NET, Q&A Tags asp.net, asp.net-4.5, asp.net-membership, c# Leave a comment

Implementing OpenID in ASP.net “Properly” – Membership or Authentication Provider?

August 31, 2022 by Magenaut

There are several ways to use OpenID on ASP.net sites, but none of them seem to use the existing mechanism of Membership and Authentication Providers.

Categories ASP.NET, Q&A Tags asp.net, asp.net-membership, authentication, openid Leave a comment

How to create a asp.net membership provider hashed password manually?

August 31, 2022 by Magenaut

I’m using a website as a frontend and all users are authenticated with the standard ASP.NET Membership-Provider. Passwords are saved “hashed” within a SQL-Database.

Categories ASP.NET, Q&A Tags asp.net, asp.net-membership, hash, password-protection, salt Leave a comment

To call this method, the “Membership.Provider” property must be an instance of “ExtendedMembershipProvider”

August 31, 2022 by Magenaut

Currently whenever I try to register a user or login using the default membership services built into ASP.Net MVC4 on my host provider DiscountASP I receive the error

Categories ASP.NET, Q&A Tags asp.net, asp.net-membership, asp.net-mvc, c# Leave a comment

How to obtain a list of Users from ASP.NET Identity?

August 31, 2022 by Magenaut

Edit: This question is outdated

Categories ASP.NET, Q&A Tags asp.net, asp.net-identity, asp.net-membership, asp.net-mvc-5 Leave a comment
Older posts
Newer posts
← Previous Page1 Page2 Page3 … Page9 Next →
  1. michealSmith07 on Is there a way to dynamically refresh the less command?August 21, 2022

    That is a very nice post. I like this post.

  2. anonymous on Fix libwacom9 dependency issue when upgrade DebianJune 27, 2022

    saved my day!! Thanks for the help…

  3. sreedhar on Fix libwacom9 dependency issue when upgrade DebianMay 10, 2022

    Thanks its working

  4. saintnick on Fix libwacom9 dependency issue when upgrade DebianMay 10, 2022

    remove libwacom2 worked for me as well

  5. ranafoul on Fix libwacom9 dependency issue when upgrade DebianApril 22, 2022

    apt remove libwacom2 helped on kali 2022.01. gr8

.net ajax asp.net asp.net-core asp.net-mvc asp.net-mvc-3 asp.net-mvc-4 asp.net-web-api bash c# command-line css custom-post-types custom-taxonomy dataframe dictionary django entity-framework functions gridview html iis javascript jquery json linux list matplotlib numpy pandas php plugin-development plugins posts python python-2.7 python-3.x security shell shell-script sql string vb.net webforms wp-query

© 2026 Magenaut • Built with GeneratePress