ASP.NET Lifecycle and long process

Posted by user204588 on Stack Overflow See other posts from Stack Overflow or by user204588
Published on 2010-01-09T22:35:11Z Indexed on 2010/04/13 4:03 UTC
Read the original article Hit count: 377

Filed under:
|

Hello,

I know we need a better solution but we need to get this done this way for right now. We have a long import process that's fired when you click start import button on a aspx web page. It takes a long time..sometimes several hours. I changed the timeout and that's fine but I keep getting a connection server reset error after about an hour. I'm thinking it's the asp.net lifecycle and I'd like to know if there are settings in IIS I can change to make this lifecycle last longer.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about page-lifecycle