G
Guest
We are experiencing timeout problems with 2 of the reports on our website at
present.
Basically what is happening is , we have a request to the SQL Server
database to run a stored procedure to return the data. Some of the requests
are quite complecated & we expect them to take some time so we have increased
our database & web timeouts to 600 secs in the web.config
<httpRuntime executionTimeout="600" />
We have run the stored procedures via Enterprise Manager on our test
platform & tuned them, one returns in 3.5 to 4 minutes the other sub 1
second, but when we run the reports via the web pages on the live system they
timeout .
I don't think it's the database timing out, although we can't test that 100%
as we don't have acess to it, but feel it's some issue with the web server.
Any advise on what may be causing the problem would be gratefully received.
Thanks,
John
present.
Basically what is happening is , we have a request to the SQL Server
database to run a stored procedure to return the data. Some of the requests
are quite complecated & we expect them to take some time so we have increased
our database & web timeouts to 600 secs in the web.config
<httpRuntime executionTimeout="600" />
We have run the stored procedures via Enterprise Manager on our test
platform & tuned them, one returns in 3.5 to 4 minutes the other sub 1
second, but when we run the reports via the web pages on the live system they
timeout .
I don't think it's the database timing out, although we can't test that 100%
as we don't have acess to it, but feel it's some issue with the web server.
Any advise on what may be causing the problem would be gratefully received.
Thanks,
John