JeffreyGaydos / music-database-generator

An idea to help organize your music with extra metadata using a SQL Server Database. This repository searches through a folder and gathers metadata already in mp3 files to add to a database
2 stars 1 forks source link

Make a way to Change the Entity Framework Connection String #30

Open JeffreyGaydos opened 11 months ago

JeffreyGaydos commented 11 months ago

Creating a build does not allow the user to change the connection string from the App.config file if the user has multiple local databases or wishes to use something other than the default settings for the SQL Server Express setup. See if there is a way to change the connection string in code using the appsettings.json file.