Kristofer
Fri Apr 01 00:05:36 CST 2005
Hi David,
IIS does not look at the client used, so it does not send a different
response if it is IE or Firefox.
The problem seems to be that Firefox does not know what to do with the
file, and therefore asks the user what he/she want Firefox to do. You seem
to send a MIME type of application/octet-stream, and that seems to not be
correct (can't say for sure, because i do not know what kind of file it
is). But if this is a simple HTML file, you want to show up in the
browser, then for sure it is wrong MIME type.
The MIME type can also be customized by code (ASP.NET file for example),
which could be happen in your case.
I think however that this is a problem in your Firefox client. And after
all, it do work on other machines.
--
Regards,
Kristofer Gafvert
www.gafvert.info - My Articles and help
www.ilopia.com
David Lewis wrote:
> I have IIS running on 2003 and Mozilla Firefox clients cannot properly
browse the site.
> When trying to access the url I get the dialog box
> You have chosen to open
> which is a: application/octet-stream
> from:
http://www.....
> What should Firefox do with this file?
> Open with....
> Save to Disk
>
> This only happens on my one web server.
> If I use another 2003 server internally it does not have a problem
> If I use my XP station which is IIS 5, there is no problem.
> So it must be a config issue on my 2003 web server.