we have asp.net application which when calling the SQL View, is timing out and throwing this exception
i have set the following values on httpruntime key:
<httpRuntime executionTimeout="60000" maxRequestLength="409643"/>
but it still times out after exactly 30 seconds. the session timeout is set to 20 minutes. any clues what i am doing wrong please?
the view returns all the records within 4 seconds.