Just add a web.config file in the apk directory with this text:

<?xml version="1.0" encoding="UTF-8"?>
<configuration>
        <system.webServer>
                <staticContent>
                <mimeMap fileExtension=".apk" mimeType="application/
vnd.android.package-archive" />
                </staticContent>
        </system.webServer>
</configuration>


On Feb 11 2009, 7:26 pm, Josh <joshdo...@gmail.com> wrote:
> Ii know that I am supposed to add application/vnd.android.package-
> archive mime type in iis however i have to access to this. I have
> emailed godaddy asking them to add it but i just wanted to see if
> anyone knows of an alternate method that i could use to allow my users
> to download this from my site.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to