robisim74/AngularSPAWebAPI

Requires editing appsettings.json

Closed this issue · 1 comments

The provided appsettings.json has a hard-coded path in the connection string that won't work on most developer machines. If you modify to just be "Data Source=IdentityDB.sqlite" and specify that this file should be "Copy If Newer" it works out of the box for everyone.

The connection string has been updated. Copy if newer not always is necessary.

Thanks for the suggestion.

Greetings