System.Exception: Timeout expired.

G

Guest

I have an .aspx application that is running on an N-Tier platform. I keep
getting the following error: "System.Exception: Timeout expired. The timeout
period elapsed prior to completion of the operation or the server is not
responding. "

My .aspx page called a .Copy routine on our business object. This object
takes the parameters and calls a Stored Procedure. However: an error is
being passed to the .aspx page of a Timeout.

I have on our business page this statement: pobjSelect.CommandTimeout = 180
to allow for the stored procedure to run. I also added in the .aspx
application: this line to the Web.Config: <httpRuntime
executionTimeout="180" />

I am not sure where the timeout is occuring, but it happens about 20 seconds
into the call to the Stored Procedure.

Would anyone be able to tell me what I might be missing?

Thanks
Andy
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top