Can I use ASP.NET Membership with SQL Server Compact Edition?

前端 未结 1 749
广开言路
广开言路 2020-12-19 11:03

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

相关标签:
1条回答
  • 2020-12-19 11:25

    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.

    0 讨论(0)
提交回复
热议问题