Let IIS support the download of .apk files

  
                  

With the popularity of smartphones, more and more people use mobile phones to access the Internet. Many websites also need to launch a website client for mobile Internet access. The .apk file is the application extension of Android (Android). By default, Under, using IIS as a web server can not download this file, then how can we enable IIS to support the download of .apk files?

The reason why the IIS server cannot download .apk files: There is no .apk file in the default MIME type of iis, so it cannot be downloaded.

IIS server can not download the .apk file solution: Since .apk can not be downloaded because there is no MIME, then add a MIME type.

IIS server can not download the .apk file resolution steps:

Open the IIS service manager, find the server, right-click Properties, open the IIS service properties; click on the MIME type & ldquo; MIME Type & rdquo; button to open the MIME type settings window; click “ New & rdquo;, create a new MIME type; fill in the extension “.apk”, fill in the MIME type of apk in the MIME type < application/vnd.android .package-archive ” Click “OK> to save the settings. Restart IIS for the settings to take effect. Now you can download the .apk file using the IIS server's website.

Copyright © Windows knowledge All Rights Reserved