
Cannot open asp file application/msword
Are you actually writing a word document to the client?
e.g. using Response.BinaryWrite ? If you're not, IE may
be crapping out because you're not sending it what you're
telling it you are.
Nathan Ernst
Quote:
>-----Original Message-----
>When I try to open an asp page that has a ContentType
>of "application/msword", I get an error from Internet
>Explorer that says it cannot open that site. Anyone know
>a solution?
>Thanks
>Mark
>.