Internet Explorer error "connection timed out" when server does not respond within five minutes (181050)
The information in this article applies to:
- Microsoft Internet Explorer (Programming) 4.0
- Microsoft Internet Explorer (Programming) 5
- Microsoft Internet Explorer (Programming) 5.5
This article was previously published under Q181050 Important This article contains information about how to modify the registry. Make sure to back up the registry before you modify it. Make sure that you know how to restore the registry if a problem occurs. For more information about how to back up, restore, and modify the registry, click the following article number to view the article in the Microsoft Knowledge Base: 256986 Description of the Microsoft Windows registry SYMPTOMS When you connect to a Web site that runs for a period of
time before it returns information to Internet Explorer, you may receive one of
the following error messages. Message 1 Microsoft Internet
Explorer error 10060 connection timed out. Message 2 Internet Explorer cannot open the Internet
site <Web address>. The operation timed out. Message 3
The page cannot be displayed. Cannot find server or DNS Error. CAUSE By design, Internet Explorer imposes a time-out limit for
the server to return data. The time-out limit is five minutes for versions 4.0
and 4.01 and is 60 minutes for versions 5.x and 6.
As a result, Internet Explorer does not wait endlessly for the server to come
back with data when the server has a problem. RESOLUTION In general, if a page does not return within a few minutes,
many users perceive that a problem has occurred and stop the process.
Therefore, design your server processes to return data within 5 minutes so that
users do not have to wait for an extensive period of time.
You can
usually break down long processes into smaller pieces, or the server can return
status data to update users (and Internet Explorer) on the process status. In
addition, you can create a long server process with a messages-based or
asynchronous approach so that it returns immediately to the client after the
job is submitted and notifies users when the long process is done.
REFERENCESFor more information about developing Web-based solutions for Microsoft Internet Explorer, visit the following Microsoft Web sites:
Modification Type: | Minor | Last Reviewed: | 9/7/2006 |
---|
Keywords: | kbenv kberrmsg kbNavigation kbprb KB181050 |
---|
|