is it possible to use the SQL ce 4开发者_运维百科 as a user data store and if yes do I still configure it the same way with aspnet_regsql? Running vs2010 sp1 beta.
Codeplex hosts a project with a Membership provider for SQL CE 4 : http://sqlcemembership.codeplex.com/
(Also available as NuGet package)
Sql CE 4 doesn't support store procedures, therefore asp.net membership can't be used with Sql CE 4.
精彩评论