D
Mon Feb 06 10:36:38 CST 2006
There are no MIME types set on any of the dll's for IIS 5.0 (W2k) and IIS
6.0 (W2K3).
The dlls work and are downloaded from IIS 5 with no mime type set for dlls
in the bin folder. (ex:
http://mysiteWin2000/myEXE/bin)
The dlls work and are downloaded from IIS 6 with no mime type set for dlls
in the .EXE web folder. (ex:
http://mysiteWin2003/myEXE/)
The dlls do not work and are not downloaded from IIS 6 with no mime type
set for dlls in the bin folder. (ex:
http://mysiteWin2003/myEXE/bin)
So I question how setting the mime type would make a difference in this
case. In all the MSDN documentation I have read they have made no mention
of setting the mime type.
"Alec Yu" <alec.yu@msa.hinet.net> wrote in message
news:1139061234.843697.105690@o13g2000cwo.googlegroups.com...
> Do you have the mime type of dll files as application/x-msdownload?
>