I use godaddy, and yes I can download the .apk file direct to my phone using a simple link
edit: can you copy here an example of that you are doing or how your link looks like..
Do you have grid hosting and "Plesk"
OK, here's my code (mildly edited for privacy reasons)
<p class="auto-style12">
<asp:HyperLink ID="HyperLink2" runat="server" NavigateUrl="~/FILES/text.txt">TEXT FILE</asp:HyperLink>
</p>
<p class="auto-style12">
<asp:HyperLink ID="HyperLink3" runat="server" NavigateUrl="~/FILES/MyFile.apk">.apk FILE</asp:HyperLink>
</p>
Still get the same message:
Not Found
The requested document was not found on this server.
Web Server at Awebsite.org
Here's what's super weird: The website "Awebsite" is another website I host for another purpose. The file gets uploaded into the correct path, but for some odd reason that their techs don't understand is why it's looking for the file in a completely different site I host. To test this, I'll put the .apk file into the "Awebsite/FILES folder and post what happens here...
I put the file in both the root folder of that other site and in the FILES folder. Same thing. I also tested it using my phone. Same result. I talked to several techs at GD, they examined my code, and are totally baffled why it isn't working. The issue remains unresolved. I tried to locate IIS or MIME settings. Can't find either.