Page cannot be displayed. - IIS 6.0

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

H

I have a problem in my web application running on IIS6.0 and .net 1.1. OS is Windows 2003 server. I get "Page cannot be displayed" error on running a time consuming process like database transaction. The query runs for 10 to 15 minutes, but I loose the page before the query completes. I checked for the session, but the session doesn't expire as I can browse throygh the pages after clicking the refresh button or the back button. Can anyone suggest what setting on IIS 6.0 would resolve this problem
 
IIS imposes a limit on the number of seconds a page might take to be served.
This is usually defaulted to 900seconds (IIS 5). Now assuming IIS 6.0 has
the same interface as IIS 5.0 you can increment the number of seconds by
going to the "Default Web Site Properties" (right click on Default web site
and select "Properties"). On the first tab (Web Site), you will see a
Connection Timeout field which is usually 900 seconds. Change it to fit your
needs.
--
Fadi El-Eter, itoctopus - http://www.itoctopus.com
Shekhar said:
Hi

I have a problem in my web application running on IIS6.0 and .net 1.1. OS
is Windows 2003 server. I get "Page cannot be displayed" error on running a
time consuming process like database transaction. The query runs for 10 to
15 minutes, but I loose the page before the query completes. I checked for
the session, but the session doesn't expire as I can browse throygh the
pages after clicking the refresh button or the back button. Can anyone
suggest what setting on IIS 6.0 would resolve this problem.
 
H

Connection timeout is already set to 100000 seconds. Is there any other setting to the same effect in IIS 6.

thanks
 
Connection timout is already set to 100000. Is there any other setting that would have similar effect.
 
Back
Top