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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top