User1943143334 posted
Hi,
General ASP.NET web application works absolutely fine in all Mobile browsers. Add the following META tag to make your website mobile compatible!
<meta name="viewport" content="width=device-width" />
For more info, check the ASP.NET Mobile - http://asp.net/mobile
Hope it helps u...