August 5, 2008 at 2:34 am
Hi
I'm getting below error when my application tries to run a func.
The application is coded in .NET.
the web.config file has no connection timeout string
Is it related to sql or ..?
Pls help me resolve this
[SqlException: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.]
application.UI. .Page_Load(Object sender, EventArgs e) +2065
System.Web.UI.Control.OnLoad(EventArgs e) +67
System.Web.UI.Control.LoadRecursive() +35
System.Web.UI.Page.ProcessRequestMain() +750
August 5, 2008 at 2:49 am
khushbu.kumar (8/5/2008)
HiI'm getting below error when my application tries to run a func.
The application is coded in .NET.
the web.config file has no connection timeout string
Is it related to sql or ..?
Pls help me resolve this
[SqlException: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.]
GETOtis.UI.CallCags.Page_Load(Object sender, EventArgs e) +2065
System.Web.UI.Control.OnLoad(EventArgs e) +67
System.Web.UI.Control.LoadRecursive() +35
System.Web.UI.Page.ProcessRequestMain() +750
Is this a query you have written? Can you execute it in SQL Server Management Studio or Query Analyzer? How long does it take there. If it is "long", say over 30 seconds, you may want to increase the command timeout (CommandTimeout) in your SqlCommand object.
Regards,
Andras
August 5, 2008 at 2:55 am
Dear
It is the error : SQL exception..
It is the Stack trace
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply