I have a MobileForm that has a background color set, but when I browse to that form via a device that expects WML, the background color is not sent to the browser. If I browse to the form with a device that expects html it is fine.
Question is: Can .NET create the WML properly and send the style attribute of the card element in wml to set the background color
Thanks!

MobileForm background color not being rendering with WML
tango2310
KilroyHughes
<browserCaps>
<use var="HTTP_USER_AGENT" />
<filter>
<case match="AVAYA/IGEN/v( 'browserMajorVersion'\w*)\.( 'browserMinorVersion'\w*)\+\(( 'deviceID'\w{4}).*">
section in the web.config.
By having a browser that matches that USER_AGENT IIS render wml and allows me to view the page in wml. Regardless of browser I can get ASP.NET / IIS to render WML
tom jonson