开发者

ASP.Net membership for sql server compact database for ASP.Net MVC 3 project

开发者 https://www.devze.com 2023-02-08 03:07 出处:网络
When we start ASP.Net MVC 3 Starter Site Project in WebMatrix. We get asp.net membership tables pre-installed in SDF (SQL Compact) db.

When we start ASP.Net MVC 3 Starter Site Project in WebMatrix.

We get asp.net membership tables pre-installed in SDF (SQL Compact) db.

Now, if开发者_运维知识库 we want to create them in new SQL CE 4.0 DB, what is the procedure?

i dont want to use starter site.


What about ASP.NET Universal Providers?

Pretty sure it will be default on next ASP.NET version.


The Starter Site is not an MVC application. It's a Web Pages application. The Starter Site is designed to show you how to use security and membership in a Web Pages application, but more detailed instructions can be found here: Adding Security and Membership

0

精彩评论

暂无评论...
验证码 换一张
取 消