SQLite Asp.net 5 on Docker Ubuntu unable to connect db file, how do I fix it?

0

Good morning, I developed an Asp.net 5.0 web app via VS Code on Mac OS Big Sur and then moved the app to Ubuntu server and recompiled to make it work in docker only it doesn't connect to the SQLite db file, how do I fix it?

The error is this:

Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 14: 'unable to open database file'

c#
asp.net
docker
sqlite
ubuntu
asked on Stack Overflow Mar 23, 2021 by FRANCESCO RUSSO • edited Mar 23, 2021 by शेखर

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0