With the popularity of smartphones, more and more people use mobile phones to surf the internet, many sites should also be mobile phone access to the need to launch a Web site client,. apk file is the application suffix name of Android (Android), by default, this file cannot be downloaded using IIS as a Web server. So how do you get IIS to support the download of. apk files?
The reason that the IIS server cannot download the. apk file is that there is no. apk file in the default MIME type of IIS, so it cannot be downloaded.
The IIS server cannot download the solution to the. apk file: since. apk cannot download because there is no mime, then adding a MIME type is OK.
The IIS server could not download the. apk file Resolution steps:
Open the IIS Service Manager, locate the server, right-click-Properties, and open the IIS service properties;
Click the MIME type button under MIME type to open the MIME Type Settings window;
Click "New" to create a new MIME type;
In the extension, fill in the ". APK",
MIME type " application/vnd.android.package-archive " filled in apk MIME type
Click OK to save the settings.
Restart IIS for the settings to take effect.
You can now download the. apk file by using the IIS server's Web site.
. IPA cannot download
Solution steps:
1, open the IIS Service Manager, find the server, right key-Properties, open the IIS service properties;
2. Click the MIME type button under MIME type to open the MIME Type Settings window;
3), click "New" to create a new MIME type;
The extension is:. apk mimi type is: application/vnd.android.package-archive
The extension is:. IPA mimi type is: Application/iphone
4), click OK to save the settings. Restart IIS for the settings to take effect.
After this operation, the Web site using the IIS server can download the. apk file, the. ipa file.
IIS6
1 opens the IIS Service Manager, finds the server, right-properties, opens the IIS service Properties, and
2 clicks the MIME type button under MIME type to open the MIME Type Settings window;
3) Click "New" to create a new MIME type,
4 to fill in ". apk" in the extension, "Application/vnd.android.package-archive"
5 in the MIME type, and click OK to save the settings.
6) To restart IIS for the settings to take effect.
IIS7, IIS7.5
1 opens the MIME type in the right-hand feature item of the left point to the computer (which can also be set to a specific Web site)
2), and double click to open it.
3) Right-click "Add"
4) extension to fill in ". apk", the MIME type filled in "Application/vnd.android.package-archive"
5) to determine after the restart of IIS to take effect.