This is used to help in the export of a binary file from a data source so that it is recognized by the browser appropriately. When using ADO connections, a binary file such as a document can be extracted, which is then output to the browser in such a way as to allow the user to save the file.
The extension of the content type to be output.
The content type to be output and recognized by the browser.
Example:
<BinaryContentTypes>
<ContentType>
<Ext>.gif</Ext>
<Type>image/gif</Type>
</ContentType>
<ContentType>
<Ext>.jpg</Ext>
<Type>image/jpeg</Type>
</ContentType>
</BinaryContentTypes>