It is a little annoying that every time when you put a "new" file-extension on your IIS 7.5 backed server for simple http-download you have to think about adding the extension to the IIS configuration!
(e.g. provide a file zipped in the format .7z)
Is there a way to tell IIS "serve anything" (like it is the default setting in Apache-Webserver) ?
Thanks
You should add the following to the MIME types:
extension: .*
MIME type: application/octet-stream
After that (depending on the browser) every unknown file will be forced to download.