0

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.

Naresh
  • 2,667
  • 13
  • 44
  • 69

1 Answers1

0

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

Thanks

Naresh
  • 2,667
  • 13
  • 44
  • 69