在 Linux 中连接 SQL Server 嵌入式应用程序
感谢您检查我的问题,最近我使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论