Click here to Skip to main content
15,891,253 members

Response to: Request timed out in Asp.net page

Latest Revision
Hi,

Please check what time out is occuring and then set timeout property accordingly.

Set execution timeout in httpRuntime under system.web tag
<httpruntime executiontimeout="120">

If timeout is happening from DB then set command timeout in SQLCommand obj.
Posted 3-Oct-12 20:29pm by Mohd. Mukhtar.
Tags: ,