Article ID: 321831 - Last Review: September 27, 2005 - Revision: 2.3 FIX: Connection Problems When You Make a Web Request with WebRequest ClassThis article was previously published under Q321831 On This PageSYMPTOMS
You may notice significant performance degradation and contention problems under the following circumstances:
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
(http://support.microsoft.com/kb/318836/EN-US/
)
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 WORKAROUNDTo 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). MORE INFORMATION
The following code samples reproduce this problem:
| Article Translations
|
Back to the top
