C
Chakravarti Mukesh
Hi all,
I have put some queries on the page that takes too much time to execute.
Thus at the time of peak load it gives the following error.
Server Error in '/ge' Application.
--------------------------------------------------------------------------------
Timeout expired. The timeout period elapsed prior to completion of the
operation or the server is not responding.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information
about the error and where it originated in the code.
Exception Details: System.Data.SqlClient.SqlException: Timeout expired. The
timeout period elapsed prior to completion of the operation or the server is
not responding.
I want it to execute to completion even it takes any amount of time. What
should I do? I got similar TimeOut Exception in VB also. Is it a SQL
Server related issue?
Thanks
Chakravarti Mukesh
I have put some queries on the page that takes too much time to execute.
Thus at the time of peak load it gives the following error.
Server Error in '/ge' Application.
--------------------------------------------------------------------------------
Timeout expired. The timeout period elapsed prior to completion of the
operation or the server is not responding.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information
about the error and where it originated in the code.
Exception Details: System.Data.SqlClient.SqlException: Timeout expired. The
timeout period elapsed prior to completion of the operation or the server is
not responding.
I want it to execute to completion even it takes any amount of time. What
should I do? I got similar TimeOut Exception in VB also. Is it a SQL
Server related issue?
Thanks
Chakravarti Mukesh