LocalAccountsApp icon indicating copy to clipboard operation
LocalAccountsApp copied to clipboard

Fixes issue #9 SQL Database error

Open kyle30312 opened this issue 5 years ago • 0 comments

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.

kyle30312 avatar Dec 16 '19 16:12 kyle30312