I know the original purpose of
<add key="enableSimpleMembership" value="false" />
was to address ASP.NET MVC3 Known Issues that setting the value in forms configuration is ignored on MVC3. This leaves me with 3 specific questions.
- Is this also true for MVC4?
- Is this appSetting going to be the supported way to configure this going forward?
- One last question that heavily depends on these questions, can MVC3+ apps stop using the loginUrl attribute on the forms configuration node altogether?