Click here to Skip to main content
15,885,767 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hello
i make a web application site which is running.As i know when i open this website in mobile then it take more time.so i want to know how make it fast to open in mobile.Is there any application to make web websit,mobile comparability.
kindly suggest me how to do it.i am very thankful to you.
Posted
Comments
[no name] 29-Aug-12 3:05am    
nice question... My 5

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.



--Amit
 
Share this answer
 
Comments
Rohit Sharma706 29-Aug-12 3:20am    
thanks very much for your reply.
you say that separate mobile site,it means i make a website for mobile.can you explain in details.
_Amy 29-Aug-12 3:31am    
You can use asp to create mobile version websites. Try these links below:
MSDN : ASP.NET Web Sites for Mobile Devices[^]
MSDN : ASP.NET Web Sites for Mobile Devices (Visual Studio) [^]
vickyc049 29-Aug-12 3:29am    
For the website compatible to mobile,You Shoule Create One Folder in Your application.Then you have to add all pages for mobile by reducing its control size.Then chck it on Phone EMULATOR
_Amy 29-Aug-12 3:32am    
Yes right. Added a plugin in my answer. Thanks :)

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