R
Rabbit63
Hi:
There is a function in the code-behind of one my page, which will run a
long time (almost 9 hours). How can I make the page run so long?
In the codebehind, I set:
Page.Session.Timeout=54000
Page.Serever.ScriptTimeout=54000
But no use. It was terminated after ~4 hours.
What can I do?
Thanks
Q.
There is a function in the code-behind of one my page, which will run a
long time (almost 9 hours). How can I make the page run so long?
In the codebehind, I set:
Page.Session.Timeout=54000
Page.Serever.ScriptTimeout=54000
But no use. It was terminated after ~4 hours.
What can I do?
Thanks
Q.