Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Tom 713 posts 954 karma points
    Apr 08, 2011 @ 09:15
    Tom
    0

    what does enableSimpleMembership in web config do?

    Hi Guys,

    I've upgraded from 4.5 to 4.7 im having issues where members cannot login anymore.. has something changed password hashing or auth wise for members?

     

    also in web.config i came across: enableSimpleMembership i was wondering what it does?

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Apr 11, 2011 @ 20:33
    Jan Skovgaard
    0

    Hi Tom

    Apparently that is a very good question :-) I have been googling for some time now and I have not been able to find an explanation of this entry anywhere. All I can figure out is that it's related with ASP.NET MVC 3 somehow...

    So now I'm curious abot what this setting allows one to do as well.

    /Jan

  • Bobby Wallace 37 posts 58 karma points
    Jan 09, 2012 @ 01:11
    Bobby Wallace
    0

    Did anyone find an answer as to what "enableSimpleMembership" does, or is?

  • Tim 1193 posts 2675 karma points MVP 3x c-trib
    Jan 09, 2012 @ 11:50
    Tim
    0

    Hiya,

    It looks like it was added in 4.6.2, but I can't actually find any reference to the setting in the version of the source that I have to hand (other than the instance of it in the web.config file). The best person to ask about this would probably be Alex Norcliffe, as his name is against the comment in the config file! You can grab him on @alex_norcliffe on Twitter :)

  • Rob Walker 13 posts 34 karma points
    Aug 13, 2012 @ 15:00
    Rob Walker
    0

     

    From what I can figure this is a work around for MVC 3.  When using forms authentication unauthenticated users get redirected to /account/login regardless of the forms authentication setting contained in the web.config file.  Happy to be corrected here if im wrong :)

Please Sign in or register to post replies

Write your reply to:

Draft