asp.net – 为什么会间歇地得到这个错误? “服务器未找到或无法访问”

前端之家收集整理的这篇文章主要介绍了asp.net – 为什么会间歇地得到这个错误? “服务器未找到或无法访问”前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我们在我们的Web应用程序中随机收到此错误.

System.Data.sqlClient.sqlException: 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: Named Pipes
Provider,error: 40 – Could not open a
connection to sql Server)

如果我们有时间出现错误,但间歇地提出其他事情,这将是有道理的.

有没有人经历过这个?
任何建议或理论?

谢谢!

解决方法

服务器可能无法正常响应 – 您是否使用sql Express或Workgroup Edition?此外,此服务器一次有多少个连接?这个错误是在某个时间在所有连接上发生的,还是做某些连接被拒绝,而其他连接在同一时间成功?

另外,如果你做一个“PING -t服务器名称”并观察它,每次ping回来还是有些迷路?这可能是网络中断的一个指标,也可能导致此错误.

原文链接:https://www.f2er.com/aspnet/249049.html

猜你在找的asp.Net相关文章