Page Timeout

G

Guest

We have a very huge database.
when ever we execute the SQL select command from our adaptor.
it gives system.exeption after 30 secounds.
We change the value of timeout for the adaptor to 120 secounds.
but we still get timeout after 30 secounds.
What we should config?
ISS ? Web.config? machine.config?

Thanks for your help
 
G

Guest

Hi,
In your web.config, add a line under your system.web
<httpRuntime executionTimeout="36000" /> where execution timeout is in seconds
HTH
srini
 

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

Top