在 Linux 中连接 SQL Server 嵌入式应用程序

发布于 2025-01-19 20:33:26 字数 367 浏览 0 评论 0原文

感谢您检查我的问题,最近我使用 c#、.Net 5 开发了一个简单的应用程序,它连接到部署在 Windows Server 上的 SQL Server 数据库,我尝试运行该应用程序,它工作得很好并与数据库连接,没有错误。但是当我在 Linux 中部署该应用程序时,它会抛出一个错误,提示连接“网络错误或实例相关...” 我使用以下代码作为连接字符串: "Server=tcp:telda.com.et,1433;initial Catalog=Database;user id=username;password=password;" 我需要吗在linux机器上安装一些东西让它工作?请注意,使用以下连接字符串,应用程序在 Windows 客户端上运行得非常好

Thanks for checking my issue, Recently I developed a simple application with c#, .Net 5 that connects to the SQL server database which is deployed on Windows Server, I tried to run the application and it works perfectly fine and connects with the database with no error. but when i deploy the app in Linux, it is throwing an error that says connection that says "Network Error or Instance related..."
I've used the following code as a connection string: "Server=tcp:telda.com.et,1433;initial catalog=Database;user id=username;password=password;" Do i need to install something on the linux machine to make it work?? Note that with the following connection string, the application works perfectly fine on the Windows client

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文