FIX: Connection Problems When You Make a Web Request with WebRequest Class (321831)
The information in this article applies to:
This article was previously published under Q321831 SYMPTOMS
You may notice significant performance degradation and contention problems under the following circumstances:
- You use the WebRequest class to make a Web request on a network.
-and-
- You request a Uniform Resource Identifier (URI) with an Internet Protocol (IP) address instead of a host name.
-and-
- The network is without a DNS server.
-or-
- The DNS server is not configured correctly on the network.
You may also experience this problem when you call Web services because your Web service client uses the WebRequest class to call the Web service.
Note You may also receive HTTP 404 errors if the Web request is routed to the wrong site in Microsoft Internet Information Services (IIS).
CAUSE
These contention problems can occur when you use an IP address in the URI because a reverse Domain Name System (DNS) lookup is done.
RESOLUTIONTo resolve this problem, obtain the latest service pack for Microsoft .NET Framework. For additional information, click the following article number to view the article in the
Microsoft Knowledge Base:
318836 INFO: How to Obtain the Latest .NET Framework Service Pack
The English version of this fix should have the following file attributes or later:
Date Time Version Size File name
--------------------------------------------------------------
25-Apr-2002 21:25 1.0.3705.266 1,163,264 System.dll
WORKAROUND
To work around this problem, you can add the associated host name to the host file. This prevents the reverse DNS lookup to query the DNS server.
STATUSMicrosoft has confirmed that this is a problem in the Microsoft products that are listed at the beginning of this article. This problem was first corrected in Microsoft .NET Framework Service Pack 2 (SP2).
Modification Type: | Minor | Last Reviewed: | 9/27/2005 |
---|
Keywords: | kbHotfixServer kbQFE kbBCL kbbug kbfix kbNetFrame100PreSP2fix kbNetFrame100SP2fix KB321831 kbAudDeveloper |
---|
|