Re: IIS 6 Windows 2003 SP1 RC 1289 Download bug
From: Techno Mage (TechnoMage_at_discussions.microsoft.com)
Date: 12/25/04
- Next message: David Wang [Msft]: "Re: disappearing cookies"
- Previous message: scorpion53061: "Re: Authentication"
- In reply to: David Wang [Msft]: "Re: IIS 6 Windows 2003 SP1 RC 1289 Download bug"
- Next in thread: David Wang [Msft]: "Re: IIS 6 Windows 2003 SP1 RC 1289 Download bug"
- Reply: David Wang [Msft]: "Re: IIS 6 Windows 2003 SP1 RC 1289 Download bug"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 24 Dec 2004 19:11:01 -0800
ASPX works fine
the download is direct
I turned off the compression and now it works fine ^_^
Correct size file
Extracts with no errors
I noticed with compression on you could not type the xp sp2 exe link
directly into iexplorer, the server will use up all of one side of the CPU
and iexplorer would cut out after awhile, and server CPU would return to
normal.
Did i mention i work with Intel 3GHz HT CPU's
Could Hyper Threading be the problem
im gessing compression does not efect aspx since downloading through it
always works fine
Now i can work on the other bugs in sp1 like the delete / rename bug, task
manager network bug
Just encase anyone reading this wants to know the aspx code to download a
file is
Response.AddHeader("Content-Type", "application/zip")
Response.AddHeader("Content-Disposition", "attachment; filename=""" &
System.IO.Path.GetFileName(MyFile) & """")
Response.TransmitFile(MyFile)
Requires Dot Net 1.1 SP1
- Next message: David Wang [Msft]: "Re: disappearing cookies"
- Previous message: scorpion53061: "Re: Authentication"
- In reply to: David Wang [Msft]: "Re: IIS 6 Windows 2003 SP1 RC 1289 Download bug"
- Next in thread: David Wang [Msft]: "Re: IIS 6 Windows 2003 SP1 RC 1289 Download bug"
- Reply: David Wang [Msft]: "Re: IIS 6 Windows 2003 SP1 RC 1289 Download bug"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|