Hi,
I developed a website using ASP. my client does not want the application to timeout even after 8-9 hours(if they are working). i know that connection timeout is set for timing out when the system is idle. but for the time when user is working on the website how should i set timeout values.
i changed session timeout and asp script timeout from IIS on the server but it does not seem to work. i have also changed values in web.config file. these timeout values are not overwritten any where in any asp page. does anyone has any idea what else should i do to increase this timeout value?
Ayush
I developed a website using ASP. my client does not want the application to timeout even after 8-9 hours(if they are working). i know that connection timeout is set for timing out when the system is idle. but for the time when user is working on the website how should i set timeout values.
i changed session timeout and asp script timeout from IIS on the server but it does not seem to work. i have also changed values in web.config file. these timeout values are not overwritten any where in any asp page. does anyone has any idea what else should i do to increase this timeout value?
Ayush
Comment