Question

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)?

Était-ce utile?

La solution

Autres conseils

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

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top