How can I connect my SQLITE file to an ASP.NET Core 6 MVC app in Visual Studio Code?
I have created an ASP.NET Core 6 MVC web app in Visual Studio Code, but I am having trouble connecting it with an already existing SQLite database file. I tried adding the database file by moving it into the mvc…