Pergunta

Ive heard there new providers with ASP.NET 4.5 (such membership provider) but it seem i can't find anything decent about using the SimpleMembership with WebForm ASP.NET 4.5 and EntityFramework. Is there any good documentation or explanation about how to implement the SimpleMembership with the technologies specified over (sql shema creation, configuring the project)?

Foi útil?

Solução

Outras dicas

you can implement simple membership with webforms but you will not be able to take advantage of the login controls etc as the simplemembership provider does not implement all of the methods of membership provider. the recommendation would be to use universal providers for webforms

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top