TODO:
Have you ever tried to allow uses to download a file, for instance a .dmg file, but your users could not do so? This happens because the .dmg file type is not defined in the MIME Type Settings in IIS.
SOLUTION:
- Open IIS
- Click on the site affected.
- Click "Mime Types"
- Click "Add"
- Enter ".dmg" in the file extension text box (no quotes)
- Enter "file/download" in the MIME type text box (no quotes)
- Click "OK" and you are done. Your users will now be ble to download .dmg files from your web server.
NOTES:
These instructions are for IIS version 7