Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

...

...

To configure app-settings to point to the database you are using, you need to follow the below two steps:

  • Open “[Physical Path]\appsettings.production.json” e.g. “C:\EngrafoApp\appsettings.production.json”

  • Edit "DefaultConnection":  "Server=[yourServer];Database=[yourDatabase];Trusted_Connection=yes" to match your server name and database name

...