IIS does not allow download of mime files not registered with IIS. Which MIME types are supported by IIS by default, which can be seen in the attributes of the IIS Site.
Unfortunately, some common modes are not supported by default. Such as. ISO. 7z BT seeds
We can manually add the mine type so that IIS can download the specified file ..
Add the following content to the site --- properties --- HTTP header --- MIME type required in IIS:
Extension:. 7z(Note that there is a point above)
Mime Type:Application/octet-stream
The. ISO or. torrent values can be added in this way.
Steps for iisserver to download the .apk file:
Open IIS Service Manager, find the server, right-click Properties, and open IIS service properties;
Click the "MIME type" button under the MIME type to open the MIME type setting window;
Click "new" to create a new MIME type;
",
In the MIME type field, enter the MIME type "application/vnd. Android. Package-Archive" of the APK"