http status code 404 - Fileextension problems with classic asp -


I am running a classic ASP website where my online users can attach files to internal messaging system. But whenever they upload an attachment with more than 3 characters in the file extension, does the server give me a 404?

Like files mypicture.jpg works fine, but my files like mydocument.docx do not work?

Any suggestions?

Best regards, Joaquim

IIS6 will only provide those documents where File extensions are mapped to the mime map for the server or site in the mime map. You will need to add additional mappings to serve more recent Office 2007 document types.

There are several places where you can find a list of these new mime types.

This is a simple one: -


Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

php - jQuery AJAX Post not working -