存储过程效率比较低,timeout都设到 1000000看看
设置数据库中全局的查询超时时间大于10分钟就可以就可以了!!在选项里面!!
SqlDataAdapter command = new SqlDataAdapter(SQLString, connection);command.SelectCommand.CommandTimeout = 1800;设置时间
修改你的web服务器的超时间隔