Distributing Andriod application file .apk with IIS 7+
To distributing the Andriod application via the IIS 7+, you need to create the custom MIME type map for it, than only your IIS can recognize and know how to handle the file with .apk extension.
To doing that is very simple only:
- Upload the .apk file to your webserver
- Open the web site that the .apk file located
- Click on MIME type
- Click on Add
- Enter .apk in the file name extension text box
- Enter application/octet-Stream in the MIME Type text box
- Click OK
- Done

