Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding.我有个程序。在一太机子是正常的。可是在另一台就出现这样的错误。不知道是什么缘故

解决方案 »

  1.   

    --------------------------------------------------------------------------------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.Exception: Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding.Source Error: 
    Line 181:                    template.Append("<td>");
    Line 182:                    string sql = "select * from FileManage1 where parentpkey=" + Reader["zijinID"].ToString() + "";
    Line 183:                    DataSet ds = op.GetDataSet(sql);
    Line 184:                    if (ds.Tables[0].Rows.Count != 0)
    Line 185:                    {
     说明下。我这个是局域网访问的!
      

  2.   

    超时已过期。超时时间已过之前完成操作或服务器没有响应。说明:未处理的异常出现在当前Web请求的执行。请检查堆栈跟踪信息更多有关该错误以及它源于代码。