|
Next: Can't download large zip files
|
| Author |
Message |
External

Since: Nov 10, 2004 Posts: 6
|
(Msg. 1) Posted: Wed Nov 10, 2004 2:00 pm
Post subject: IIS 6.0 not serving .exe Archived from groups: microsoft>public>inetserver>iis (more info?)
|
|
|
|
|
| Back to top |
|
 |  |
External

Since: Nov 10, 2004 Posts: 2
|
(Msg. 2) Posted: Wed Nov 10, 2004 5:05 pm
Post subject: Re: IIS 6.0 not serving .exe [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Jennifer Blake <jblake.RemoveThis@acad.umass.edu> wrote in message news:<u8cT#d1xEHA.3416@TK2MSFTNGP09.phx.gbl>...
> Hi,
>
> I have IIS 6.0 on a windows 2003 server that just gives a file not found
> when folks click on the link to download a .exe file. How do I make it
> serve the file?
>
> Thanks, Jennifer
You need to add the extension "exe" to acceptable MIME types in IIS6.
See "HTTP Headers" tab in the IISAdmin MMC Manager Snapin, which will
allow you to add other file extensions. On mine, the "exe" is there
(in the MIME list), maybe your got removed. Or maybe it's a different
issue.<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: IIS 6.0 not serving .exe |
|
| Back to top |
|
 |  |
External

Since: Aug 23, 2003 Posts: 2972
|
(Msg. 3) Posted: Wed Nov 10, 2004 9:06 pm
Post subject: Re: IIS 6.0 not serving .exe [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Hello,
The reason for this is that IIS 6.0 does not serve unknown MIME types. You
need to add .exe.
Please follow this KB Article:
"IIS 6.0 Does Not Serve Unknown MIME Types"
<a style='text-decoration: underline;' href="http://support.microsoft.com/default.aspx?scid=kb;en-us;326965" target="_blank">http://support.microsoft.com/default.aspx?scid=kb;en-us;326965</a>
--
Regards,
Kristofer Gafvert
<a style='text-decoration: underline;' href="http://www.ilopia.com" target="_blank">http://www.ilopia.com</a>
"Jennifer Blake" <jblake.RemoveThis@acad.umass.edu> wrote in message
news:u8cT%23d1xEHA.3416@TK2MSFTNGP09.phx.gbl...
> Hi,
>
> I have IIS 6.0 on a windows 2003 server that just gives a file not found
> when folks click on the link to download a .exe file. How do I make it
> serve the file?
>
> Thanks, Jennifer<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: IIS 6.0 not serving .exe |
|
| Back to top |
|
 |  |
External

Since: Nov 10, 2004 Posts: 6
|
(Msg. 4) Posted: Wed Nov 10, 2004 9:06 pm
Post subject: Re: IIS 6.0 not serving .exe [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
I had already done this, and it worked for the .3dmf files, but still
won't serve up the .exe files, just get 404 errors, I tried adding .exe
as application/octet-stream, and adding mime type *, neither is working.
I've stopped/restarted the w3svc as well.
Jennifer
Kristofer Gafvert wrote:
> Hello,
>
> The reason for this is that IIS 6.0 does not serve unknown MIME types. You
> need to add .exe.
>
> Please follow this KB Article:
>
> "IIS 6.0 Does Not Serve Unknown MIME Types"
<font color=purple> > <a style='text-decoration: underline;' href="http://support.microsoft.com/default.aspx?scid=kb;en-us;326965</font" target="_blank">http://support.microsoft.com/default.aspx?scid=kb;en-us;326965</font</a>>
><!-- ~MESSAGE_AFTER~ --> >> Stay informed about: IIS 6.0 not serving .exe |
|
| Back to top |
|
 |  |
External

Since: Aug 25, 2004 Posts: 15
|
(Msg. 5) Posted: Thu Nov 11, 2004 8:41 am
Post subject: Re: IIS 6.0 not serving .exe [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
|
|
| Back to top |
|
 |  |
External

Since: Dec 23, 2003 Posts: 905
|
(Msg. 6) Posted: Thu Nov 11, 2004 11:35 pm
Post subject: Re: IIS 6.0 not serving .exe [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
..exe is by default mime type. could you post the iis log entry here.
what's the sub status code ?
--
Regards,
Bernard Cheah
<a style='text-decoration: underline;' href="http://www.tryiis.com/" target="_blank">http://www.tryiis.com/</a>
<a style='text-decoration: underline;' href="http://support.microsoft.com/" target="_blank">http://support.microsoft.com/</a>
<a style='text-decoration: underline;' href="http://www.msmvps.com/bernard/" target="_blank">http://www.msmvps.com/bernard/</a>
"Jennifer Blake" <jblake.RemoveThis@acad.umass.edu> wrote in message
news:u2JBrL2xEHA.1404@TK2MSFTNGP11.phx.gbl...
> I had already done this, and it worked for the .3dmf files, but still
> won't serve up the .exe files, just get 404 errors, I tried adding .exe
> as application/octet-stream, and adding mime type *, neither is working.
> I've stopped/restarted the w3svc as well.
>
> Jennifer
>
> Kristofer Gafvert wrote:
> > Hello,
> >
> > The reason for this is that IIS 6.0 does not serve unknown MIME types.
You
> > need to add .exe.
> >
> > Please follow this KB Article:
> >
> > "IIS 6.0 Does Not Serve Unknown MIME Types"
<font color=green> > > <a style='text-decoration: underline;' href="http://support.microsoft.com/default.aspx?scid=kb;en-us;326965</font" target="_blank">http://support.microsoft.com/default.aspx?scid=kb;en-us;326965</font</a>>
> ><!-- ~MESSAGE_AFTER~ --> >> Stay informed about: IIS 6.0 not serving .exe |
|
| Back to top |
|
 |  |
External

Since: Nov 10, 2004 Posts: 6
|
(Msg. 7) Posted: Fri Nov 12, 2004 10:15 am
Post subject: Re: IIS 6.0 not serving .exe [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
OK, the relevant iislog entry is below.
2004-11-12 15:08:22 'server ip' GET /tutors/IMT/RunIMTWrkshp.exe - 80 -
'client ip'
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1;+.NET+CLR+1.1.4322)
404
..exe is listed as a mime type, and the directory is set to scrips only,
not scripts and executables. Any further ideas?
Thanks, Jennifer
Bernard wrote:
> .exe is by default mime type. could you post the iis log entry here.
> what's the sub status code ?
><!-- ~MESSAGE_AFTER~ --> >> Stay informed about: IIS 6.0 not serving .exe |
|
| Back to top |
|
 |  |
External

Since: Nov 10, 2004 Posts: 6
|
(Msg. 8) Posted: Fri Nov 12, 2004 10:15 am
Post subject: Re: IIS 6.0 not serving .exe [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
OK, the relevant iislog entry is below.
2004-11-12 15:08:22 'server ip' GET /tutors/IMT/RunIMTWrkshp.exe - 80 -
'client ip'
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1;+.NET+CLR+1.1.4322)
404
..exe is listed as a mime type, and the directory is set to scrips only,
not scripts and executables. Any further ideas?
Thanks, Jennifer
Bernard wrote:
> .exe is by default mime type. could you post the iis log entry here.
> what's the sub status code ?
><!-- ~MESSAGE_AFTER~ --> >> Stay informed about: IIS 6.0 not serving .exe |
|
| Back to top |
|
 |  |
External

Since: Nov 10, 2004 Posts: 6
|
(Msg. 9) Posted: Fri Nov 12, 2004 10:22 am
Post subject: Re: IIS 6.0 not serving .exe [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Jeremy Smith wrote:
> In IIS MMC, go to the location that the exe is at and check the folder
> properties and see under the Home Directory Tab - that you have
> Scripts Only and not Scripts and Executables.
It's fixed, was the urlscan.ini file.
Thanks for the help, Jennifer<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: IIS 6.0 not serving .exe |
|
| Back to top |
|
 |  |
External

Since: Dec 23, 2003 Posts: 905
|
(Msg. 10) Posted: Fri Nov 19, 2004 3:12 pm
Post subject: Re: IIS 6.0 not serving .exe [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Err.. what about protocl sub status and win32 status code in the log file
you only post till 404, we need to see 404 X X
--
Regards,
Bernard Cheah
<a style='text-decoration: underline;' href="http://www.tryiis.com/" target="_blank">http://www.tryiis.com/</a>
<a style='text-decoration: underline;' href="http://support.microsoft.com/" target="_blank">http://support.microsoft.com/</a>
<a style='text-decoration: underline;' href="http://www.msmvps.com/bernard/" target="_blank">http://www.msmvps.com/bernard/</a>
"Jennifer Blake" <jblake.DeleteThis@acad.umass.edu> wrote in message
news:4194D391.8060102@acad.umass.edu...
> OK, the relevant iislog entry is below.
> 2004-11-12 15:08:22 'server ip' GET /tutors/IMT/RunIMTWrkshp.exe - 80 -
> 'client ip'
> Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1;+.NET+CLR+1.1.4322)
> 404
>
> .exe is listed as a mime type, and the directory is set to scrips only,
> not scripts and executables. Any further ideas?
>
> Thanks, Jennifer
>
> Bernard wrote:
> > .exe is by default mime type. could you post the iis log entry here.
> > what's the sub status code ?
> ><!-- ~MESSAGE_AFTER~ --> >> Stay informed about: IIS 6.0 not serving .exe |
|
| Back to top |
|
 |  |