标签: sql asp.net sql-server orm .net-4.5
我们有asp.net应用程序,在调用SQL视图时,超时并抛出此异常
我在httpruntime键上设置了以下值:
<httpRuntime executionTimeout="60000" maxRequestLength="409643"/>
但是它在30秒后仍然超时。会话超时设置为20分钟。我有什么不对的线索吗?
视图在4秒内返回所有记录。