首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
MCP广场
社区首页 >问答首页 >SQL Azure数据库命名管道错误

SQL Azure数据库命名管道错误
EN

Stack Overflow用户
提问于 2011-08-05 21:14:43
回答 1查看 788关注 0票数 5

由于某些原因,在晚上,该站点由于命名管道错误而瘫痪。错误40。

代码语言:javascript
运行
复制
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 - A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.)

所以,为了清楚起见,在网站最后一次工作到出现命名管道错误的这段时间内,web.config文件没有任何变化。

我已经检查了实例名称和SQl Azure访问规则,确保web服务器的IP地址被列入白名单。

有什么问题的想法吗?

EN

回答 1

Stack Overflow用户

发布于 2011-08-06 00:37:40

如果我理解正确的话,你的本地网站(on-premise)可以连接到SQL Azure,但你部署在Azure中的网站不能?

请确保你的防火墙规则中包含"allow other windows azure services to access this server“。选中此选项基本上会阻止任何azure托管的应用程序/服务连接到您的数据库。

票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/6956871

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档