What would be equivalent configuration of Membership and Role providers in Web.Config for:
<appSettings>
<add key="enableSimpleMembership" value="true" />
</appSettings>
in ASP.NET MVC 4?
What would be equivalent configuration of Membership and Role providers in Web.Config for:
<appSettings>
<add key="enableSimpleMembership" value="true" />
</appSettings>
in ASP.NET MVC 4?
Equivalent configuration of web.config would be: