请帮我看看这是什么错误??

beckhim 2004-07-24 10:48:42
Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Data.SqlClient.SqlException: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
...全文
60 4 打赏 收藏 转发到动态 举报
写回复
用AI写文章
4 条回复
切换为时间正序
请发表友善的回复…
发表回复
mdot 2004-07-24
  • 打赏
  • 举报
回复
数据库的连接时,在connectionstring中设置TIMEOUT属性咯,之后在web.config中再设置
timeout属性
webdiyer 2004-07-24
  • 打赏
  • 举报
回复
对SQL SERVER数据库的操作超时,如果执行的操作比较耗时,可以通过SqlCommand的CommandTimeout属性来设置超时时间,单位为秒,默认为30秒。
zyqqzy 2004-07-24
  • 打赏
  • 举报
回复
可能是查询数据库超时,可以将时间设长一点试试
Tony8002003 2004-07-24
  • 打赏
  • 举报
回复
把相关的代码贴出来,这样谁知道是什么错误。

62,025

社区成员

发帖
与我相关
我的任务
社区描述
.NET技术交流专区
javascript云原生 企业社区
社区管理员
  • ASP.NET
  • .Net开发者社区
  • R小R
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告

.NET 社区是一个围绕开源 .NET 的开放、热情、创新、包容的技术社区。社区致力于为广大 .NET 爱好者提供一个良好的知识共享、协同互助的 .NET 技术交流环境。我们尊重不同意见,支持健康理性的辩论和互动,反对歧视和攻击。

希望和大家一起共同营造一个活跃、友好的社区氛围。

试试用AI创作助手写篇文章吧