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.
|
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. |
|||
|
|
|
Actually it takes the value from machine.config. And the default provider is 'AspNetSqlMembershipProvider' Thanks |
|||
|
|