Getting error that the database is locked when refreshing the page
- by acidzombie24
The title is a joke. However it is serious as far as my app is concerned. I am running apache with mod mono and my asp.net app is using mono sqlite as its db. When i refresh the page twice i get the DB is locked error. The folder it is in is chmod 777. The webapp is creating sqlite.db and sqlite.db-journal but it doesnt seem to be able to delete the journal.
i'm confused. What permissions do i need to set these? i tried precreating the files using 777 and had no luck.