First of all, in VS 2010 there is no seperate template for Mobile ASP.NET website development. You can start coding for Mobile ASP.NET development in general asp.net web application but you need to add the following tag as Adaptive Rendering:
Nobody said, that it is not supported in Visual Studio 2010. There's is no default project template for mobile web development, but you can start with a normal web template and the only thing you have to do are the changes mentioned above.
Regards.
If my post solves your problem, please mark as answer.
<div>Hi,</div> <div>No need of any addons to start developing Mobile website!</div> <div>There are two cases in you scenario!</div> <div>1. Make the same web application which already exists compatible with Mobile devices.</div> <div>You can quickly make Mobile
compatible, by adding the following META tags!</div> <div>
</div> <div></div> <div>2. Create a fresh new Mobile web application, which is exclusively designed to view in Mobile web browsers!</div> <div></div> <div>Check the below link for more information
on developing Mobile web applications!</div> <div>http://roopeshreddy.wordpress.com/2010/07/25/mobile-development-in-asp-net/ </div> <div></div> <div>NOTE: There is no
specific Templates in VS 2010 for creating Mobile web applications! We have in VS 2005, where it is depreciates from VS 2008, since those template is applicable for WAP devices!</div> <div>Now a days all Mobile browsers are capable of rendering HTML 5 content!
So the web app which works in Desktop browser should be fine in Mobile device browser too!</div> <div></div> <div>Hope it helps u...</div>
You can create responsive design(using CSS3 media queries) to adapt the layout to the environment that it is being viewed in and works with different resolutions. It'll make your site with mobile, tablet and desktop browsers compatible.
dharmeshshar...
Member
92 Points
80 Posts
how to create a mobile website
Jan 30, 2012 05:03 PM|LINK
hello,
i am new in mobile webappication
i wan to create a mobile website of my EXISTS website so how to start in vs2010 so please give me idea
i have few inforamation of mobile that has mobile tags for mobile webpages so guys plz help me
thanks
info@dharmeshsharma.com
www.dharmeshsharma.com
www.softtechservice.com
sreejukg
All-Star
27553 Points
4109 Posts
Re: how to create a mobile website
Jan 30, 2012 05:04 PM|LINK
here you go
http://www.asp.net/mobile
My Blog
dharmeshshar...
Member
92 Points
80 Posts
Re: how to create a mobile website
Jan 30, 2012 05:54 PM|LINK
but how to start or can i create mobile site in vs2010
tell me clear any book fo mobile site in asp.net
thanks
info@dharmeshsharma.com
www.dharmeshsharma.com
www.softtechservice.com
Horizon_Net
Star
8277 Points
1435 Posts
Re: how to create a mobile website
Jan 30, 2012 08:14 PM|LINK
Hi,
what's the problem with the link provided above. It contains all helpful resources to get started with mobile web development.
Remember that there is no default mobile web template in Visual Studio 2010.
If my post solves your problem, please mark as answer.
thaicarrot
Contributor
5130 Points
1464 Posts
Re: how to create a mobile website
Jan 30, 2012 08:48 PM|LINK
Hi dharmeshshari,
http://www.asp.net/mvc/tutorials/mvc-4/aspnet-mvc-4-mobile-features
Please, Mark as answers because this is really difficult.
Best Regards
Weera
Anindita.Bas...
Contributor
2448 Points
416 Posts
Re: how to create a mobile website
Jan 31, 2012 03:21 AM|LINK
First of all, in VS 2010 there is no seperate template for Mobile ASP.NET website development. You can start coding for Mobile ASP.NET development in general asp.net web application but you need to add the following tag as Adaptive Rendering:
<meta name=”viewport”content=”width=device-width; initial-scale=1.0″/>
Besides, you need to download the testing emulators for the smartphones viz. Windows Phone Mango, Android, iPhone/iPad, BB .
More coding references: http://anindita9.wordpress.com/category/windows-phone-7/mobile-asp-net/
Thanks,
Anindita
http://anindita9.wordpress.com
dharmeshshar...
Member
92 Points
80 Posts
Re: how to create a mobile website
Jan 31, 2012 05:35 AM|LINK
you dont give me idea how to start mobile website in vs2010
if vs2010 not support then what we requiremtnt for to addins to add in vs2010 to start work
thanks
info@dharmeshsharma.com
www.dharmeshsharma.com
www.softtechservice.com
Horizon_Net
Star
8277 Points
1435 Posts
Re: how to create a mobile website
Jan 31, 2012 09:30 AM|LINK
Nobody said, that it is not supported in Visual Studio 2010. There's is no default project template for mobile web development, but you can start with a normal web template and the only thing you have to do are the changes mentioned above.
If my post solves your problem, please mark as answer.
roopeshreddy
All-Star
20143 Points
3327 Posts
Re: how to create a mobile website
Jan 31, 2012 12:30 PM|LINK
Roopesh Reddy C
Roopesh's Space
urenjoy
Star
12203 Points
1825 Posts
Re: how to create a mobile website
Mar 01, 2012 05:53 AM|LINK
You can create responsive design(using CSS3 media queries) to adapt the layout to the environment that it is being viewed in and works with different resolutions. It'll make your site with mobile, tablet and desktop browsers compatible.
See following how to implement:
http://t.co/SkKR6tuO