Configure IIS 7.0 to download APK
I would like to know how to configure IIS 7.0 to allow the download of APK files?
I found an article which tells me to add a new MIME type:
File Name Extension: .apk
MIME Type: application/vnd.android.package-archive
Because In IIS there needs to be a MIME type added to allow IIS to support the .APK file type.
Is this all that is needed?
Thanks for any replies
Solution 1:
Generally, adding a new MIME type should be all that's required:
application/vnd.android.package-archive
Solution 2:
- Open the Internet Information Service (IIS) Manager -> Properties
- Click MIME types
- New -> type Extension ".apk" and MIME type "application/vnd.android.package-archive"
- Click Ok and Apply