So I had run into a problem when I attempted to host a web application. Everything works fine in visual studio and when I use IIS express for debugging, but when I publish it and upload it to my server to be hosted this error pops up (title). I am of course using sqlite3 as a database, the file is located outside the project itself and the data source path is correct, I've tried to publish it both when the file is inside the project (inside wwwroot, with data source being just /dbname.db) and outside but in both instances sqlite error 14 comes up.
Note that the solution to this problem might be as simple as adjusting some permissions if lets say that is the cause of the problem as I am not really that experienced in using IIS yet.