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
- Open IIS Manager.
- In the virtual directory Features view, double-click MIME Types.
- In the Actions pane, click Add.
-
In the add
MIME Type dialog box, type
.iso
in the file name extension text box. - Type application/octet-stream as the MIME type in the MIME type text box.
-
Repeat steps 4 and 5 for
.pwpkg
. - Click OK.
- Click Restart from the Actions pane to restart the IIS manager.