Let server iis support.apk file download setup method _win server _ script home

Setup method for server iis to support.apk file download

Updated: April 21, 2012 16:30:05 Submission: mdxy-dxy
IIS server can not download.apk file workaround: Since.APK can not download because there is no MIME, then add a MIME type is OK

With the popularity of smart phones, more and more people use mobile phones to surf the Internet, and many websites also launch website clients to meet the needs of mobile phones to surf the Internet. The.apk file is the extension name of Android applications. By default, those who use IIS as a Web server cannot download this file. So how do I get IIS to support.apK file downloads?

The IIS server cannot download the.apK file because it does not have an.apK file in the default MIME type of iis.

IIS server can not download.apk file workaround: Since.APK can not download because there is no MIME, then add a MIME type is OK. IIS server cannot download.apk file solution steps: Open IIS service manager, find the server, right-click - properties, open IIS service properties; Click the "MIME Type" button under MIME type to open the MIME type setting window. Click "New" to create a new MIME type. Fill in "extension of. Apk", fill in the apk in the MIME type MIME type "application/VND. Android. Package - archive"


perhaps

In the MIME Type box, type application/octet-stream

Click OK to save the Settings. Restart IIS for the Settings to take effect. Web sites that use IIS servers can now download.apk files.

.ipa cannot be downloaded

Solution steps: 1), open IIS service manager, find the server, right-click - properties, open IIS service properties; 2. Click the "MIME Type" button under MIME type to open the MIME type setting window; 3), click "New" to create a new MIME type; Extension is: apk is MIMI type: application/VND. Android. Package - archive extension is:. Ipa is MIMI type: application/iphone 4), click the "ok" to save Settings. Restart IIS for the Settings to take effect. After doing so, websites using IIS servers can download.apK files and.ipA files.

【IIS6】 1) Open IIS Service Manager, find the server, right-click - properties, open IIS service properties; 2) Click the "MIME Type" button under MIME type to open the MIME type setting window; 3) Click "New" to create a new MIME type; 4) fill in ". Apk "in the extension, the MIME type fill in" application/VND. Android. Package - archive "5) click the" ok "to save Settings. 6) Restart IIS for the Settings to take effect.

【IIS7, IIS7.5】

1) Open IIS Service Manager, click on the left side of the computer (you can also set a specific website) 2) Find the MIME type in the right function item, double-click to open. 3) right click "add" 4) fill in ". Apk "in the extension, the MIME type fill in" application/VND. Android. Package - archive "5) to determine the effect after restart IIS.

Related article

Latest comments