Might try the asp group:
microsoft.public.inetserver.asp.general
Thank you. I hope this information is helpful.
Tim Coffey [MSFT]
This posting is provided “AS IS” with no warranties, and confers no rights. You assume all risk for your use. © 2001 Microsoft Corporation. All rights reserved.
--------------------
| From: "k mcnamee" <kmcnamee.RemoveThis@eagleinvsys.com>
| Subject: streaming mhtml web archives using ASP
| Date: Thu, 16 Oct 2003 17:16:44 -0400
| Lines: 20
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.3790.0
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
| Message-ID: <OkwKPrClDHA.392.RemoveThis@TK2MSFTNGP11.phx.gbl>
| Newsgroups: microsoft.public.inetserver.iis
| NNTP-Posting-Host: 208.48.227.254
| Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP11.phx.gbl
| Xref: cpmsftngxa06.phx.gbl microsoft.public.inetserver.iis:279953
| X-Tomcat-NG: microsoft.public.inetserver.iis
|
| Hi,
|
| We are using ASP pages and the response object in conjunction with the
| binarywrite method and a custom com dll in order to stream files back to
| users. All works fine, except mhtml web archives(*.mht or *.mhtml files) .
| When we stream an mhtml web archive back to the user we see the actual file
| inside the browser window and not the web archive document the way it should
| be displayed. We are setting the content type property to message/rfc822
| for mhtml files. We also set the content-disposition header ( like this
| content-disposition: filename=mytest.mht ) This file opens up fine if we
| place a direct link to the file, however exposing a directory of files is
| not an option available to us. We have also created a cgi in c that does
| the same thing as the ASP however to no avail we still get the actual
| contents of the file and not the mhtml document. This happens on both IIS 5
| and 6. Any suggestions???
|
| Thanks
| Ken
|
|
|
>> Stay informed about: streaming mhtml web archives using ASP