Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

IIS 6.0 not serving .exe

 
   Web Hosting and Web Master Forums (Home) -> IIS RSS
Next:  Can't download large zip files  
Author Message
jblake

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?)

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

 >> Stay informed about: IIS 6.0 not serving .exe 
Back to top
Login to vote
kevgor2003

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
Login to vote
kgafvert

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
Login to vote
jblake

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
Login to vote
godtoall

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?)

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.
 >> Stay informed about: IIS 6.0 not serving .exe 
Back to top
Login to vote
qbernard1

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
Login to vote
jblake

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
Login to vote
jblake

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
Login to vote
jblake

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
Login to vote
qbernard1

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
Login to vote
Display posts from previous:   
Related Topics:
IIS not serving ASP - IIS 5 on Windows 2000 server was running ASP great till FP2003 was installed. After reboot IIS quit serving ASP. Reinstallation of IIS and removal of FP had no efect. What do I need to do other than whiping the server?

Not Serving ASP Pages - I have an IIS 5.0 Server on W2k Professional software, it's just to develop and test web pages but it will not run any of the web pages with an asp extension, if I change the page to .htm the page works fine otherwise I get the following error messag...

IIS has stopped serving?? - afternoon all (or morning I guess depending on which side of the pond you're on) I just tried looking at one of the sites I'm running locally (win XP pro) for testing. (I have them all local while I build them and then upload to a server) and none are..

IIS Not Serving Pages - I am running IIS 5.1 on Windows XP. The IIS used to work and I am puzzled as to why it is no longer serving pages. I know that the service is listening on port 80 and that a connection can be made to the server. I have tried both asp and htm pages and...

not serving certain extensions - I have some configuration files with a specific extension (.cfg). I want scripts to be able to read these but not have this served publicly over the web. Is it possible to lock out certain extensions. I'd like to keep these in a folder above the web..
   Web Hosting and Web Master Forums (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]