Will a web app timeout if I'm using a timer?

Posted by Jisaak on Stack Overflow See other posts from Stack Overflow or by Jisaak
Published on 2010-04-15T15:47:37Z Indexed on 2010/04/15 15:53 UTC
Read the original article Hit count: 211

Filed under:
|
|

So I have a timer that makes an async post back every 15 minutes. I have the webconfig set up to timeout after 60 minutes. But will it still time out? From what I can tell it won't, is there a way to make it still time out?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about updatepanel