How to configure IIS to support the download of the APK file
The apk file is the installer file for Android, which is not supported by default in MIME in IIS. If you do not configure MIME, enter the URL directly to download the APK file, you will be prompted to find this file. This teaches you how to configure the MIME settings of IIS so that it can support the download of the APK file.
1. Open Internet Information Services (IIS) Manager in the administrative tool. Then select the Web site you want to configure.
2. The right side of the screen will show all the features of the site, we select and click into the "MIME type"
3. On the right side of the action area select click "Add" MIME.
4. file extension input in the popup add-in window: APK
In MIME type input: Application/vnd.android.package-archive press OK.
You can download the apk file as per the above configuration.
How to configure IIS to support the download of the APK file