Board index » delphi » Intraweb Timeout with Isapi project
|
Oliver Fasoli
Delphi Developer |
Intraweb Timeout with Isapi project2008-04-17 03:46:54 PM delphi154 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 |
