Domanda

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.

È stato utile?

Soluzione

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

Thanks

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top