TurboDB

Using TurboDB with ASP.NET

Previous  Top  Next

You can use TurboDB in your ASP.NET applications exactly like you do it with other databases. It is a good idea to create a subfolder (e.g. called db) in the application directory under wwwroot and put the database file(s) there.

Depending on the authorization scheme of your application you must give file access rights (probably full access) to this database directory for the ASPNET user or for everyone. If you miss to do so, you will receive an exception saying that TurboDB cannot open the database.