Is this an SSL connection? If so, and you are using IE, if the "Save
Encrypted files to disk" is disabled then IE will not be able to put a copy
of the file in "Temporary Internet Files".
--
Brad
"Software is like melted pudding..."
"Peter Afonin" wrote:
> I'm thinking maybe I should add custom headers in IIS. Not sure what is
> required...
>
> Mischa Kroon wrote:
> > > The only problem here is that when the customer is trying to open the
> > > document, in most cases (but not always, which is weird) he gets
> > > message like this:
> > >
> > > This file could not be found.
> > > Try one or more of the following:
> > > * Check the spelling of the name of the document.
> > > * Try a different file name.
> > > (C:\...\Accessing BLOB data 2[1].doc)
> >
> > I think the problem lies here:
> > Response.AppendHeader("Content-type:", "application/force-download")
> >
> > For word this should be:
> >
> > "application/vnd.ms-word"
> >
> > A bit more information can be found here:
> > http://ppewww.ph.gla.ac.uk/~flavell/...tent-type.html
>
>