Oliver Fasoli
2008-04-17 07:46:54 UTC
We built an AddressBook with Intraweb, allowing the user to perform searches
between the contacts and extract phone numbers and other informations.
The application is compiled as dll, and installed on IIS.
We have a problem: the user needs to keep this application open in the
browser for all the day, but after about 20 minutes of inactivity the
following message appears:
A time-out has occurred
within "PROJECT_NAME".
In order to restart the application, please click the link below.
We already set the Session Timeout to the maximum value (600 minutes), but
the message still appears.
The same application compiled as EXE standalone works without problems for
several hours.
How can I solve the problem?
Thanks,
Oliver
between the contacts and extract phone numbers and other informations.
The application is compiled as dll, and installed on IIS.
We have a problem: the user needs to keep this application open in the
browser for all the day, but after about 20 minutes of inactivity the
following message appears:
A time-out has occurred
within "PROJECT_NAME".
In order to restart the application, please click the link below.
We already set the Session Timeout to the maximum value (600 minutes), but
the message still appears.
The same application compiled as EXE standalone works without problems for
several hours.
How can I solve the problem?
Thanks,
Oliver