1."文件"->"新建网站"->"ASP.NET网站"新建站点。
2.删除"Default.aspx"文件,"添加新项"->"移动Web窗体"。
3."添加新项"->"移动Web配置文件"。
4.在web.config的<system.web>中添加
强制输出wml
<browserCaps>
<result type="System.Web.Mobile.MobileCapabilities, System.Web.Mobile, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
<use var="HTTP_USER_AGENT"/>
preferredRenderingType = "wml11"
preferredRenderingMime = "text/vnd.wap.wml"
preferredImageMime = "image/vnd.wap.wbmp"
</browserCaps>
防止乱码
<globalization requestEncoding="utf-8" responseEncoding="utf-8"/>
浏览的时候 我用的是opera浏览器
问题:
1.页面中的<%= %>不好用了。
2.当页面中有<mobile:textbox这样的组件的时候,在电脑中通过opera访问,调试时会发现 后台page_load会被执行两次,不过在手机上用uc访问一切正常。
版权所有 2021-2024 石家庄建站平台 冀ICP备2022000585号-2 24小时服务热线:15383239821