- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
尝试使用以下连接字符串连接到 SQL Azure 时
Server=tcp:SERVER.database.windows.net,1433;Database=DBNAME;User ID=USER@SERVER;Password=PASSWORD;Trusted_Connection=False;Encrypt=True
从本地运行的 ASP.NET MVC 应用程序中我收到此异常:
{"A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: TCP Provider, error: 0 - No such host is known.)"}
我意识到这是一个相对通用的错误消息。
在解决问题时,我通过 Windows 防火墙在端口 1433 上打开了入站和出站流量:
netsh advfirewall firewall add rule name=”Open Port 80” dir=in action=allow protocol=TCP localport=80
我已将 Azure 防火墙配置为接受来 self 的 IP 地址的连接以及“允许其他 Windows Azure 服务访问此服务器”。我可以通过 SQL Server Management Studio 2008 R2 连接到 Azure 数据库。我无法通过 telnet 访问数据库
telnet SERVER.database.windows.net 1433
相关堆栈溢出问题:
我觉得我一定忽略了一些基本的东西。我还遗漏了其他故障排除步骤吗?
最佳答案
很不好意思地说,这个问题是因为我误判了服务器名称而引起的。显然,这些天我真的不擅长单独编程。感谢上面所有的评论,这些评论让我不断问自己我错过了什么。
关于Azure连接字符串异常 "network-related orinstance-specific error occurred",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6212073/
尝试使用以下连接字符串连接到 SQL Azure 时 Server=tcp:SERVER.database.windows.net,1433;Database=DBNAME;User ID=USER@
我是一名优秀的程序员,十分优秀!