Official Site Blog for ASPNETWorld.com
 Saturday, November 26, 2005
SQLite 3.0 Membership and Role Provider for ASP.NET 2.0

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


#    Comments [0]  


Comments are closed.