I am trying to build a wap site to host my midlets, well, my problem is that my 7650 device rejects downloading from my site, but when adding a link to a far jad file on another server it runs and starts downloading.
For the jad files on my locale machine it says "Uknown file format", I tried putting the full path and many other tricks and stil no luck, It realy gave me hard time, I checked the header for the locale hosted jad and the other far one, and they are almost the same, it is just the far one is using apache and I am using iis:
I am using IIS 5 and my jad file response header is:
HTTP/1.1 200 OK
Server: Microsoft-IIS/5.1
Date: Mon, 27 Jan 2003 20:00:43 GMT
Content-Type: text/vnd.sun.j2me.app-descriptor
Accept-Ranges: bytes
Last-Modified: Mon, 27 Jan 2003 13:17:57 GMT
ETag: "d416d5816c6c21:8c2"
Content-Length: 255
I found that that my response dose not have the "Connection: close" value as the other dose, so, I closed the allive option for my page and added the value manualy to the retured response, but badly still no luck, any one knows what the problem? thank you in advance!