2

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.

Chitresh
  • 405
  • 1
  • 6
  • 16

2 Answers2

1

What about ASP.NET Universal Providers?

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

programad
  • 1,291
  • 3
  • 19
  • 38
0

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

Mike Brind
  • 28,238
  • 6
  • 56
  • 88