I would like to serve xbaps from the VS web
dev server (cassini) to Firefox, but when served from the
dev server, Firefox offers to download this file. As far as I can tell, this is because the
dev server is serving the xbap file with a mime type of "application/octet-stream" instead of "application/x-ms-xbap",
…