Click here to Skip to main content
15,885,366 members

Response to: Request timed out in Asp.net page

Revision 2
Hi,

Please check what time out is occuring.

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: ,