How to develpo the web based application that can be viewed on the mobile phone in asp.net(vs2008)

怎甘沉沦 提交于 2019-12-08 12:33:19

问题


sir I am the beginner of the asp.net,for my current project i need to develop a mobile web application using asp.net 3.5 that can be viewed on an Phone and all other browser what to support it, but there is no longer a template in VS2008 to enable mobile development. please give some more idea about that sir,Thank you.


回答1:


You would need to create a page that is specific to each mobile browser you want to target, or create one that works on the lowest common feature set across all.

Using ASP.NET or any other server based framework should make any difference, it is more how you render it and what functionality you provide to the limited mobile browsers that is key.




回答2:


Learn about General Mobile development at http://www.mobiforge.com/

For ASP.NET specific technologies look at http://mdbf.codeplex.com/

Details about using MDBF (with ASP.NET MVC - but the basics still apply) cand be found at: http://www.hanselman.com/blog/MixMobileWebSitesWithASPNETMVCAndTheMobileBrowserDefinitionFile.aspx or the video at http://videos.visitmix.com/MIX09/T20F.




回答3:


For publishing mobile content from the same URL than web content you can use mobile phone detection software. Try:

http://www.moviladetection.com/



来源:https://stackoverflow.com/questions/801568/how-to-develpo-the-web-based-application-that-can-be-viewed-on-the-mobile-phone

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!