Add ".dll" to AllowFileExtension, and add dll => "application/octet-stream" MimeTypes
The new WebAssembly feature being added to mainstream browsers will download .dll files to the browser. To make it possible to serve static .dll fiiles by default, please add .dll files as mimeType application/octet-stream, and allow these types of files by default.
1
vote

This is now added by default from v5.1.1 on MyGet