We have our webpages made in ASP.net Web Forms and MVC. We would like to make them accessible for mobile devices. Does anyone has a good reference on how to accomplish this? Or any suggestions on how to make responsive webpages?
I was thinking about making 2 master pages. One for mobile and one for desktops but I think there may be a better way to do it..
Thanks for your help!
I have used the following approach since we have to support old browsers (Like IE7) and we don’t want to transmit the markup and styles that apply to all possible devices…
This article describes how to add mobile pages to asp applications:
http://www.asp.net/whitepapers/add-mobile-pages-to-your-aspnet-web-forms-mvc-application