FIX: You cannot use the Response.TransmitFile method to transfer a file from a Windows Server 2003 SP 1-based computer to a client computer (902780)



The information in this article applies to:

  • Microsoft Windows Server 2003 SP1

SYMPTOMS

On a computer that is running Microsoft Windows Server 2003 with Service Pack 1 (SP1), when you use the Response.TransmitFile method to transfer a file to a client computer, the file transfer either does not start or does not succeed.

CAUSE

When you use the Response.TransmitFile method to transfer a file to a client computer, the Response.TransmitFile method creates a file handle and sends it to the Microsoft Internet Information Services (IIS) Web site. If Microsoft ASP.NET closes the file handle too soon after the Response.TransmitFile method sends the file handle to the IIS Web site, the file transfer either does not start or does not succeed.

RESOLUTION

This issue has been corrected in the following hotfix package:

888420 You receive an "OverflowException" error message when you specify a Content-Length HTTP header that is larger than 2 GB in the .NET Framework 1.1

STATUS

Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.

Modification Type:MajorLast Reviewed:8/19/2005
Keywords:kbtshoot kbprb KB902780 kbAudDeveloper