by aherrick
17. November 2008 10:25
We were working on a web project that was served on IIS 6. In the code, we were creating our own extensions (.BUYER, .PACK., .ITEM) for example. The problem occurred when these files became unavailable for download when running the site through IIS.
"Internet Explorer cannot download X"
The solution was simple.
- Open IIS, right click on the local computer name and select properties.
2. Select "MIME Types"
3. Select "NEW"
4. Input the extension and application/octet-stream for MIME Type. If you want to allow ALL extensions, add an asterick (*).
That simple! Good luck :)
cf34b6b6-bb17-41b8-9e30-ba12da7f74c1|1|5.0
Tags: iis, asp.net