[android-developers] Re: hosting apk files on godaddy shared windows hosting

2010-10-28 Thread Howard
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

[android-developers] Re: hosting apk files on godaddy shared windows hosting

2009-02-15 Thread Josh Dobbs
well apparently godaddy hosting is unwilling to add the mime type for apk files. the response i got from them is below. Thank you for your reply. As previously stated, we are only able to add MIME Types as an application/octet-stream. We will not be able to install the MIME Type that you

[android-developers] Re: hosting apk files on godaddy shared windows hosting

2009-02-15 Thread Mark Murphy
Josh Dobbs wrote: Or does anyone know of a reliable host that does support the mime type? Al Sutton got it working with Amazon S3: http://groups.google.com/group/android-developers/browse_thread/thread/4413db5a224803aa/e1bdfc8d31ec55fd -- Mark Murphy (a Commons Guy) http://commonsware.com

[android-developers] Re: hosting apk files on godaddy shared windows hosting

2009-02-15 Thread JP
Friends don't let friends host on Go Daddy Aren't these people known domain hoarders? Anyway, you'll have to pull your web site off and switch to a hosting service that allows you to set *any* MIME association through the User Control Panel. May cost you a few bucks more though. I'm not going

[android-developers] Re: hosting apk files on godaddy shared windows hosting

2009-02-11 Thread Al
What http server are you using? I know for Apache, you can use AddType inside .htaccess. There will probably be equivalents to this for whatever software GoDaddy is using. On Feb 11, 11:26 pm, Josh joshdo...@gmail.com wrote: Ii know that I am supposed to add application/vnd.android.package-

[android-developers] Re: hosting apk files on godaddy shared windows hosting

2009-02-11 Thread Josh Dobbs
It's running Windows Server On Wed, Feb 11, 2009 at 3:52 PM, Al alcapw...@googlemail.com wrote: What http server are you using? I know for Apache, you can use AddType inside .htaccess. There will probably be equivalents to this for whatever software GoDaddy is using. On Feb 11, 11:26 pm,