Click here to Skip to main content
15,899,313 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I wanna convert existing asp.net website into mobile site.
please help me..
Posted

1 solution

The best way I find to do this is to add a separate mobile site (e.g. m.domain.com), and have mobile browsers redirect to this.
You should try reading Mobile Support in ASP.NET[^]
Other than that, for adding a separate mobile site, this guide[^] seems to explain it very well.


Check some other references as well.
MSDN : ASP.NET Web Sites for Mobile Devices[^]
MSDN : ASP.NET Web Sites for Mobile Devices (Visual Studio) [^]


--Amit
 
Share this answer
 
Comments
Thanks7872 29-Jun-13 3:00am    
Good one Amit.upvoted..!
_Amy 29-Jun-13 3:23am    
Thank you Rohan. :)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900