Re: IIS 6 Windows 2003 SP1 RC 1289 Download bug
From: David Wang [Msft] (someone_at_online.microsoft.com)
Date: 12/24/04
- Next message: A Dude: "Re: Not Authorized, after install FPservExt"
- Previous message: George Hester: "What is an IISWebFile?"
- In reply to: Techno Mage: "Re: IIS 6 Windows 2003 SP1 RC 1289 Download bug"
- Next in thread: Techno Mage: "Re: IIS 6 Windows 2003 SP1 RC 1289 Download bug"
- Reply: Techno Mage: "Re: IIS 6 Windows 2003 SP1 RC 1289 Download bug"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 23 Dec 2004 22:42:20 -0800
Thanks for giving me that detail.
Right now, I am thinking that the problem is with an incorrect Content-Type
causing browser to misinterpret data.
1. Please uncheck the "dynamic compression" setting, restart IIS to make
sure compression is off, and then try the download with the ASPX file. I
want to know if the issue happens without compression
2. Please give me the contents (doesn't need to be everything if you can
give the minimal code sufficient to show the issue) of your download.aspx
for a repro
I did the same clean install, and I do not see .exe set to application/zip.
I see it set to .exe application/octet-stream. This difference may be
important since it suggests your clean install != my clean install. I'm
thinking that since IIS merges its MIME Map settings with the Registry
MIMEType (app compat reasons) that other programs installed on the server
can affect this IIS behavior.
In your attempt in ASPX page to set the Content-Type, please do a NetMon
sniff and verify that you do NOT have conflicting Content-Type (which can
still confuse a browser). The "unknown filesize" observation is by-design,
since a browser will not know the actual filesize of a chunked-encoded
download.
I appreciate your patience. I think we are getting close to figuring out
what is going on here.
-- //David IIS http://blogs.msdn.com/David.Wang This posting is provided "AS IS" with no warranties, and confers no rights. // "Techno Mage" <TechnoMage@discussions.microsoft.com> wrote in message news:443FC9E0-1F5D-43A7-93C5-0694D8A07B62@microsoft.com... 1. Clean install of 2003 upgraded to sp1 rc1 2. .exe application/zip was already there and was not changed 3. The file does reside on a virtual dir with (read / Log visits / Index this resource) and Execute permitions = None 4. Problem does not exist on normal 2003 with same settings 5. Under properties for web sites Service>Compress application files=True (Default) 6. In my download.aspx i tryed application/octet-stream and exes came out corrupt (response.TransmitFile) it uses application/zip. But thats not the problem here as the web server is set to application/zip. 7. All settings are default install no 3rd party. 8. Programs installed are Visual studio 2003, Open office 1.1.3, SQL server 2000 SP3, WUS, and Mozilla Firefox. 9. Works fine with smaller files EG 5MB
- Next message: A Dude: "Re: Not Authorized, after install FPservExt"
- Previous message: George Hester: "What is an IISWebFile?"
- In reply to: Techno Mage: "Re: IIS 6 Windows 2003 SP1 RC 1289 Download bug"
- Next in thread: Techno Mage: "Re: IIS 6 Windows 2003 SP1 RC 1289 Download bug"
- Reply: Techno Mage: "Re: IIS 6 Windows 2003 SP1 RC 1289 Download bug"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|