Hello, all
I have some .msg file on my website and the when users
click on the link they are able to open this file in
Outlook Exchange. I had no problem running it on IIS 5.
But with IIS 6 I am not able to open .msg file. Just
saying that file is not found. I am able to open some
other files such as .doc and .xls that are in the same
directory.

Please, help

Re: Can't open .msg files on IIS 6 by Kristofer

Kristofer
Mon Oct 04 11:47:13 CDT 2004

Hello,

This is because IIS 6.0 does not serve unknown MIME types. You need to add
.msg as a MIME type.

Please see this KB Article explaining this behavior and how to resolve it:

"IIS 6.0 Does Not Serve Unknown MIME Types"
http://support.microsoft.com/default.aspx?scid=kb;en-us;326965

--
Regards,
Kristofer Gafvert
http://www.ilopia.com


"Vlad" <vladta@yahoo.com> wrote in message
news:421b01c4aa2f$728db190$a601280a@phx.gbl...
> Hello, all
> I have some .msg file on my website and the when users
> click on the link they are able to open this file in
> Outlook Exchange. I had no problem running it on IIS 5.
> But with IIS 6 I am not able to open .msg file. Just
> saying that file is not found. I am able to open some
> other files such as .doc and .xls that are in the same
> directory.
>
> Please, help