Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Mar 13, 2012 02:11 PM by roopeshreddy
Participant
1128 Points
692 Posts
Mar 13, 2012 08:42 AM|LINK
Hi,
I have to develop an asp.net application which should run on mobile devices seamlessly.
Is it possible to run Asp.Net application on Mobile browsers ???
Do i need to create seperate pages for mobile devices or same asp.net pages will do ??
Thanks in advace.
1810 Points
341 Posts
Mar 13, 2012 08:50 AM|LINK
hi..please refer
http://www.asp.net/whitepapers/add-mobile-pages-to-your-aspnet-web-forms-mvc-application
http://www.asp.net/mobile
All-Star
20143 Points
3327 Posts
Mar 13, 2012 02:11 PM|LINK
ASP.NET Web application works absolutely fine in all Mobile browsers[HTML Compatible]!
To make mobile compatible, just add the following META tags!
<meta name="HandheldFriendly" content="true" /> <meta name="viewport" content="width=device-width" />
Check the following links for some emulators avaiable to test your ASP.NET Web apps!
http://roopeshreddy.wordpress.com/2011/02/05/developing-asp-net-web-applications-for-windows-phone-7/
http://roopeshreddy.wordpress.com/2011/10/11/apple-iphoneipad-simulator/
http://roopeshreddy.wordpress.com/2012/02/04/tools-available-from-blackberry-for-web-development/
Hope it helps u...
SanjaySutar
Participant
1128 Points
692 Posts
how to run Asp.net app on mobile browser ?
Mar 13, 2012 08:42 AM|LINK
Hi,
I have to develop an asp.net application which should run on mobile devices seamlessly.
Is it possible to run Asp.Net application on Mobile browsers ???
Do i need to create seperate pages for mobile devices or same asp.net pages will do ??
Thanks in advace.
venkatmca008
Participant
1810 Points
341 Posts
Re: how to run Asp.net app on mobile browser ?
Mar 13, 2012 08:50 AM|LINK
hi..please refer
http://www.asp.net/whitepapers/add-mobile-pages-to-your-aspnet-web-forms-mvc-application
http://www.asp.net/mobile
Microsoft Certified Professional
Please mark the replies as answers if they help or unmark if not.
If you have any feedback about my replies, please contact venkatmca008@gmail.com
roopeshreddy
All-Star
20143 Points
3327 Posts
Re: how to run Asp.net app on mobile browser ?
Mar 13, 2012 02:11 PM|LINK
Hi,
ASP.NET Web application works absolutely fine in all Mobile browsers[HTML Compatible]!
To make mobile compatible, just add the following META tags!
Check the following links for some emulators avaiable to test your ASP.NET Web apps!
http://roopeshreddy.wordpress.com/2011/02/05/developing-asp-net-web-applications-for-windows-phone-7/
http://roopeshreddy.wordpress.com/2011/10/11/apple-iphoneipad-simulator/
http://roopeshreddy.wordpress.com/2012/02/04/tools-available-from-blackberry-for-web-development/
Hope it helps u...
Roopesh Reddy C
Roopesh's Space