R
Rob Bazinet
Hello all;
I have an ASP.NET application which I run part of it in a new thread. The
part running is very processor and time intensive and takes an hour plus to
complete.
The problem I am experiencing is after the thread has been running for about
20 min it stops. I am running this app on a Windows 2003 server and SQL
Server 2000 on the backend. I suspect it may be a SessionState time out
issue and I have played with the settings at the server and app level on IIS
and in the machine.config, increasing all values from the default value of
20 min to 120 min in the hopes it would work. I did get the process to run
for 60 min one time AFTER increasing the timeout to 120 min but the process
is stopping at about 20 min again.
Anyone have any insight into this and can help it would be appreciated.
Thanks in advance,
Rob Bazinet
I have an ASP.NET application which I run part of it in a new thread. The
part running is very processor and time intensive and takes an hour plus to
complete.
The problem I am experiencing is after the thread has been running for about
20 min it stops. I am running this app on a Windows 2003 server and SQL
Server 2000 on the backend. I suspect it may be a SessionState time out
issue and I have played with the settings at the server and app level on IIS
and in the machine.config, increasing all values from the default value of
20 min to 120 min in the hopes it would work. I did get the process to run
for 60 min one time AFTER increasing the timeout to 120 min but the process
is stopping at about 20 min again.
Anyone have any insight into this and can help it would be appreciated.
Thanks in advance,
Rob Bazinet