Hi there,
I am trying to set the pagetimeout for my NET application. I have added this line to web.config just above the sessionState section:
<httpRuntime executionTimeout="90"/>
but it seemed not working. Though the timeout="20" under the sessionState works.
Am I doing it correctly or is there other way to set the execution timeout.
Thanks.
I am trying to set the pagetimeout for my NET application. I have added this line to web.config just above the sessionState section:
<httpRuntime executionTimeout="90"/>
but it seemed not working. Though the timeout="20" under the sessionState works.
Am I doing it correctly or is there other way to set the execution timeout.
Thanks.