Hello,
I am trying to download MMF (Yamaha SMAF) ringtones on my Samsung X427
over WAP from IIS 6. However, whenever I navigate to the MMF file, I
get a "Not Acceptable" 406 error.
I am thinking it is a MIME type issue because I can upload a MID file,
navigate to it, and download it over WAP with no problem. Also, I did
upload the MMF to a WAP site (tagtag.com) and downloaded it
successfully, so I know it's not a problem with the MMF.
I went to the following URL:
http://www.microsoft.com/resources/documentation/iis/6/all/proddocs/en-us/wsa_mi
memapcfg.mspx
...and I saw how to add MIME types to my site. I tried each of the
following MIME types for MMF file extentions one at a time, but I
still had the "Not Acceptable" error:
application/x-smaf
application/vnd.smaf
These MIME types were added only to my virutal directory/site (not
global site) so I don't think there's a reboot of IIS required.
I also thought about setting a META tag for the content type in a WML
page with an anchor to the MMF, navigate to that page, and select the
hyperlink. The problem with that is the WMA page's META tag describes
just *that* webpage, not *subsequent* files that may be accessed from
that page (although I might be mistaken there).
Can anyone think of a way to get this to work over WAP with IIS? I
still think it's a MIME type thing, but maybe I need to rethink the
idea from scratch (force a download from a WML page, email it using a
COM object in ASP, etc...???)
Thanks for any ideas!
Jeremy Deats' - 27 Jun 2004 06:54 GMT
I only have MIME type "application/vnd.smaf" set. It works fine with IIS 5.5
(version that comes with XP Pro). I just WAP in from Wappy.to I'm using a
Samsung X427
> Hello,
>
[quoted text clipped - 8 lines]
>
> I went to the following URL:
http://www.microsoft.com/resources/documentation/iis/6/all/proddocs/en-us/wsa_mi
memapcfg.mspx
> ...and I saw how to add MIME types to my site. I tried each of the
> following MIME types for MMF file extentions one at a time, but I
[quoted text clipped - 18 lines]
>
> Thanks for any ideas!