有运行的正常工作与小套返回数据的查询网站。当用户运行一个时间框架是需要长时间运行我不断收到长时间运行的查询超时
[System.Data.SqlClient.SqlException] = {"Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding."}
此查询不超时的SQL服务器本身上运行。
我已在在Web.config
<httpRuntime executionTimeout="360000"/>
的项目在更新面板下运行,所以我有这个
<asp:ScriptManager ID="ScriptManager1" runat="server" AsyncPostBackTimeout="360000"/>
我已经超时的连接字符串中设置,并设置一个在sql命令中,但没有改变。
多久,当你从Management Studio中运行它的查询时间? – 2014-09-24 16:14:03