© Copyright 2009ASPNETWorld.com Powered by newtelligence dasBlog 2.0.7226.0 Based on theme design by Bryan Bell |
How about a simple, alternative database solution for your ASP.NET 2.0 site or application? Well, there's SQLite! SQLite is light-weight, reasonably fast, easy to deploy (great for low-cost shared hosting scenarios), and costs nothing!
What about ASP.NET 2.0 Membership and Role Provider support?
Peter Bromberg has recently made available a VS 2005 web site folder containing a sample web.config, a sample provider.db SQLite database, the SQL script required to generate tables and indexes, and SQLiteMembershipProvider and SQLiteRoleProvider that can be dropped into the APP_CODE folder.
The download can be found in the following article:http://www.eggheadcafe.com/articles/20051119.asp