私は最初のASP.Core MVCアプリケーションで作業しています。ASP.NETコアMVCアプリケーションでSQL Serverバックエンドを使用して接続文字列を指定する正しい方法は何ですかSQL認証が必要ですか?ASP.Core MVCのユーザ名とパスワードで接続文字列を設定
ArgumentExceptionが:キーワードはサポートされていません: 'ユーザーID' の下に\
私はそれが
{
"ApplicationInsights": {
"InstrumentationKey": ""
},
"ConnectionStrings": {
"DefaultConnection": "Server=myserver;Database=mydatabase;userid=id;password=mypwd"
},
"Logging": {
"IncludeScopes": false,
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Microsoft": "Information"
}
}
}