Being new to mobile developing, I was pleased at the ease of development with asp.net using the mobile controls. First app worked like a charm, until someone with a Samsung E715 tried it. You get a very generic "Not Found" error. What should I be doing in the event of an unknown device? Is there a default type of page that is rendered (wml,xhtml)?
further notes: the samsung phone uses WAP 2.0; this phone was also not recognized by Request.Browser["IsMobileDevice"]; the page I am trying to load is a reentry page that loads correctly the first pass, but on the second pass when query string variables would be present, is when it errors; there is no authentication being used.
Vinod[MVP] - 02 Jun 2004 14:16 GMT
Hi,
If u dont find ur device model then u need to update it with the device in the machine.config file...
Some useful links that will help u ..
http://www.asp.net/mobile/testeddevices.aspx?tabindex=6
http://www.microsoft.com/downloads/details.aspx?FamilyId=02FA15FE-40D9-4DCE-9BB1
-4DD61A5B7CCB&displaylang=en
Regards,
Vinodh Kumar
Microsoft MVP|Author|Arch
www.dotnetforce.com
Force Behind .NET