no timeout for aspx

  • Thread starter Thread starter Eitan
  • Start date Start date
E

Eitan

Hello,
How can I handle by web.config,
that there will be no time out for running an aspx page ?

Thanks :)
 
EEK... you dont.
Why would you ever want to? What is it you are actually trying to
accomplish?
 
You can control the timeout value by setting the
executionTimeout property in the HttpRuntime config
section.
 
Back
Top