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.
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