Search code examples
asp.net-membershipasp.net-mvc-4sqlmembershipprovider

MVC4 application can not see any membership section


Just installed VS 2012(Ultimate) and created a MVC4 application.

When I looked into web.config, I can not find any membership, role or profile providers sections.

Curious to know where they are set.

Thanks.


Solution

  • Actually it takes the value from machine.config. And the default provider is 'AspNetSqlMembershipProvider'

    Thanks