Set up MIME type

Setting up the MIME types tells your web server how to handle firmware file types that it might not recognize, such as .iso.

Procedure
  1. Open IIS Manager.
  2. In the virtual directory Features view, double-click MIME Types.
  3. In the Actions pane, click Add.
  4. In the add MIME Type dialog box, type .iso in the file name extension text box.
  5. Type application/octet-stream as the MIME type in the MIME type text box.
  6. Repeat steps 4 and 5 for .pwpkg.
  7. Click OK.
  8. Click Restart from the Actions pane to restart the IIS manager.
More Information