With the popularity of smart mobile phones, many users use mobile Internet, many websites also use mobile Internet to push the website client. The .apk file is an android application. ProgramIf I use iisto download this file for the webserver without permission, can I use iisto support the download of .apk files?
The iisserver cannot download the .apk file because no. APK file exists in the iis mime, so it cannot be downloaded.
The iisserver cannot download the .apk file. Solution: If .apk cannot be downloaded because it does not have mime, you can add a MIME type.
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"
Click OK to save the settings.
Restart IIS to make the settings take effect.
Now, you can download the .apk file from the iisserver website.