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

有帮助吗?

解决方案

其他提示

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top