ScriptTimeout

S

simonZ

Page.Server.ScriptTimeout =10000

No matter If I set Server.ScriptTimeout to larger values in code behind on
page_load event, page is always executed in 90 seconds.?

I don't have pool setted to recycle or something similar.

Also I included the following line in web.config:
<httpRuntime executionTimeout="1000"></httpRuntime>
but nothing helpes.

Any idea?

Regards,Simon
 
C

Cowboy \(Gregory A. Beamer\)

What, in particular, is timing out? Data access? If so, set the command and
connection time out, which is completely different.

If not, add tracing to the page. Also add some statements near the point of
bombing. Investigate what is happening at that point.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

*************************************************
Think outside of the box!
*************************************************
 
S

simonZ

I found out that this is because I'm using atlas update progress:

<atlas:UpdateProgress ID="up" runat="server">
<ProgressTemplate>
<div class="progress">
<img src="../images/indicator.gif" />
Calculating...
</div>
</ProgressTemplate>
</atlas:UpdateProgress>

I would like that user see the indicator as long as the server is
calculating results and atlas is great tool for that.
But when 90 seconds is passed, my indicator is gone and user thinks that
calculation is done.
If I remove atlas, than page is generating 3 minutes.
Any idea how to enlarge execution time of atlas update progress?
Or maybe achive this functionallity on some other way?

Regards,S
 

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,578
Members
45,052
Latest member
LucyCarper

Latest Threads

Top