views:

14

answers:

1

Hi all,

In my web application, I am generating a document with a custom extension and providing the user with the link to download. The download fails with custom extension but goes fine with predefined extensions like "xml". I have no idea what is going wrong!

Is this some kind of access rights problem? I am running it under Windows 2003 server!

Any help will be highly appreciated!

Thanks,

+1  A: 

Check the mime-types supported of your server configuration, and add yours extensions to the list.

Aito