gpt4 book ai didi

asp.net - 将 SQL 连接添加到我的 ASP.NET Core 应用程序 - 如何定义 ConnectionStrings

转载 作者:行者123 更新时间:2023-12-02 21:43:18 26 4
gpt4 key购买 nike

我正在尝试将 ASP.NET Core 应用程序连接到我的数据库。

为此,我应该编辑 appsettings.json 文件并定义我的默认连接。

我不确定在服务器和数据库下放置什么。

我正在尝试连接数据库 StudentDB。

这是我尝试用来连接到我的数据库的字符串:

enter image description here

{
"ConnectionStrings": {
"DefaultConnection": "Server=ACTKPTP115;Database=StudentsDB;Trusted_Connection=True;MultipleActiveRes ultSets=true;"
},

如您所见,我在 Visual Studio 中连接了数据库。

这是我尝试在 Microsoft SQL Management Studio 中连接的数据库:

enter image description here

我应该在服务器和数据库下的连接字符串中输入什么才能正确连接我的服务器?

最佳答案

你能尝试一下吗:

Server=ACTKPTP115\\SQLTEST;Database=StudentsDB;Trusted_Conn‌ection=True;Multiple‌​ActiveResultSets=tru‌​e;

Microsoft 提供的有关 ASP.NET Core 连接字符串的一些资源: https://learn.microsoft.com/en-us/ef/core/miscellaneous/connection-strings

关于asp.net - 将 SQL 连接添加到我的 ASP.NET Core 应用程序 - 如何定义 ConnectionStrings,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42921947/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com