我在Visual Studio中创建了一个ASP.Net Core WebApplication
当我在WebApplication中创建useraccount时,我看到了这个错误:
SqlException:无法打开登录请求的数据库“aspnet-webcoredotnet-1f559b4b-ed39-461c-8a18-ed12bbd18a8c”。登录失败。用户'DESKTOP-UD6R9C4 \ MohammadDaliri'登录失败。
这是appsettings.json
中的连接字符串:
"ConnectionStrings": {
"DefaultConnection": "Server=.\\SQLEXPRESS;Database=aspnet-webcoredotnet-1f559b4b-ed39-461c-8a18-ed12bbd18a8c;Trusted_Connection=True;MultipleActiveResultSets=true"
},
请让我知道我做错了什么。