views:

178

answers:

2

Strange... When i create an HREF to a .doc, the browser behaves correctly and onclick allows the user to download the file.

If I have an HREF to a .docx, it doesn't prompt to the user to download the file but shows a "The page cannot be found" error page at the url of the file.

Any ideas?

+1  A: 

Not to overlook the most obvious answer, but the file does exist, and the link is correct?

Rob
Ya it does. I confirmed that.
AnApprentice
+2  A: 

Ok, just figured it out... It's an IIS MIME type header setting that needs to be added: .doc application/msword

AnApprentice