I\'m currently storing my sqlite db file in the App_Data folder as per ASP.NET best pattern and practices.
Currently I\'m using the following in the webconfig:
Use Server.MapPath to your db file. So it would be something like
Server.MapPath(@"~\App_Data\Your.db");