Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Mobile > MMIT created aspx not producing wml

Reply
Thread Tools

MMIT created aspx not producing wml

 
 
ujjc001
Guest
Posts: n/a
 
      01-28-2005
Hello all.
I've downloaded MMIT and tried to make a simple app (.aspx). I've got
the devicefilters in web.config. When I hit the .aspx page with my
phone it only gives html, no wml. Anyone else had this problem? IIS is
all set up with the three file types and regular wml pages work.
Thanks for any help.
Jeff

 
Reply With Quote
 
 
 
 
ujjc001
Guest
Posts: n/a
 
      01-28-2005
I'll try this---
http://groups-beta.google.com/group/...e9310cbcd2e711

but not sure if that's it.
Nokia 3200 and using the emulator from the wilsons site or what ever
it's called (don't have the link handy)
I'll send my code later if no one has any ideas on this. (at work now,
no access to server)
Jeff

 
Reply With Quote
 
 
 
 
ujjc001
Guest
Posts: n/a
 
      01-31-2005
Good news anyone who has this problem. The link above worked. To
recap,
"In you application web.config, add the following:
<browserCaps>
<filter>
<case match="Unknown" with="%{browser}">
preferredRenderingType = "wml11"
preferredRenderingMime = "text/vnd.wap.wml"
preferredImageMime = "image/vnd.wap.wbmp"
</case>
</filter>
</browserCaps>" (AndresS)

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
ASPX isn't generating WML output Jaime Stuardo ASP .Net Mobile 3 09-26-2005 08:50 AM
MMIT doesn't work on Framework 1.1 ? Krzysztof Malinowski ASP .Net Mobile 1 02-04-2004 08:00 PM
CDMA for MMIT Karthik ASP .Net Mobile 1 08-06-2003 03:42 AM
How to write WML from MMIT? Vijooo ASP .Net Mobile 4 07-22-2003 11:17 AM
MMIT in VS 2003, and create a new device set adapter Joaquim Raurell Martí ASP .Net Mobile 0 07-21-2003 11:02 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57