error when opening an asp page as a word document

A

ASP Developer

I have an asp page that has all of the smart tags from a word document. I use
Response.ContentType = "application/word" to let the user click on a link and
have access to a word document as an attachment. This works great as long as
I don't have a header or any graphics. For some reason word is loosing the
location of the graphics. I have tried using virtual paths, physical paths,
complete web paths. No matter what I try, I get the following error when
open my asp page as a word document:
"Some of the files in this Web page aren't in the expected location. Do you
want to download them anyway? If you're sure the Web page is from a trusted
source, click Yes."

Any help would be greatly appreciated.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top