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.
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 :)
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 :)
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?
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
Did anyone find an answer as to what "enableSimpleMembership" does, or is?
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 :)
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 :)
is working on a reply...