I've created a small ASP.NET MVC application and used a SQL Server database. I saw that the database was not moved to the Solution folder, so if understood correctly, the application won't work on other computers/servers.
Is it possible to move somehow the database to the project without losing the connection with the application?
Please help! Thanks in advance!
Answer:
The problem was solved with the solution from
https://www.codeproject.com/Questions/441590/How-to-add-existing-database-in-app-data-folder-in