If you want to serve up a binary file in IIS you will probably have to add the file extension to the MIME types. For example if you want to serve up SQL Server database backup files (.bak) you need to add a MIME type for .bak with a value of application/octet-stream:
