Updating the appsettings.json file

From Solution Explorer, open the appsettings.json file and add the following (new lines highlighted):

{
"ConnectionStrings": {
"DefaultConnection": "Data Source=(localdb)\MSSQLLocalDB;Initial
Catalog=TestMakerFree;Integrated Security=True;
MultipleActiveResultSets=True"

},
"Logging": {
"IncludeScopes": false,
"Debug": {
"LogLevel": {
"Default": "Warning"
}
},

[...]

This is the connection string we’ll be referencing in our project's Startup.cs file later on.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.137.174.23