I`m using SQL Server Compact Edition and ASP.NET DynamicData for the Admin area of a website.
I want to use ASP.NET membership using SQL Server CE. I\'m aware of the
No you cant use SQLCE compact edition for ASP.NET Membership like @JustinStolle said You can use Sql Express for this or if you already have sql server exists use it as your backend.
Regards.