On Mar 26, 4:11 pm, "Jeppe Dige Jespersen" <j...@jdj.dk> wrote:
> > Response.AddHeader("Content-Type", "application/msword")
>
> Same result. 
>
Apologies, I've found an article in MDSN and didn't look what the code
they've suggested
http://msdn.microsoft.com/msdnmag/is...s/default.aspx
On the source code page you will find the following
Response.ContentEncoding = System.Text.Encoding.UTF8
Response.ContentType = "application/vnd.ms-word.document.12"
As you have no problem to open the file from WinForms. I think your
problem is in encoding, although maybe "vnd.ms-word.document.12" is
also important...
Please try