S
Sonnich
Hi!
How do I set the timeout for a page?
Session.timeout is for the sesstion AFIAK.
BR
Sonnich
How do I set the timeout for a page?
Session.timeout is for the sesstion AFIAK.
BR
Sonnich
How do I set the timeout for a page?
My guess you want to change the timeout of the request. In case you need to
run long lasting code. And ASP.NET times out before it finishes?
Bad news. You can not. There is Server.ScriptTimeout but it only works when
compiled in DEBUG mode.