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
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