LocalAccountsApp
LocalAccountsApp copied to clipboard
Fixes issue #9 SQL Database error
Update database connection string and ensure App_Data exists, to fix issue #9 "SQL Database error":
-
Starting with Visual Studio 2013, the SQL Server Express automatic instance name is MSSQLLocalDB. https://docs.microsoft.com/en-us/sql/database-engine/configure-windows/sql-server-express-localdb?view=sql-server-ver15 https://docs.microsoft.com/en-us/ef/ef6/what-is-new/visual-studio
-
The App_Data folder must exist to allow initial creation of the local accounts database.