We have an ASP.net web forms application developed on .net 4.0 and has around 10 Pages approximately. Currently the web forms are designed only for desktop web browsers. We need to provide the business with the option of enabling it for the Mobile.
Options we consider:
o Option 1: Create a different master and CSS3 for mobile specific devices and consider using it either on the server side or client side.
o Option 2: Create fresh set of pages designed for Mobile and use the device finding libraries like 51degress for accuracy of prediction of device and browser.
Among the options, we see option 2 as suggested architectural approach because of following reasons
· We have less no. of pages , so the difference in development effort between option 1 and 2 will not be significant.
· Considering the option to enable mobile devices through CSS will be a difficult task as mobile web browsers does not support CSS3 fully.
· Bandwidth optimization would not be taken care with Option 1.
Would request your inputs and views on the approaches and recommendation.
Thanks in Advance
No comments:
Post a Comment