How to make a mobile version of your site?http://forums.asp.net/t/1797785.aspx/1?How+to+make+a+mobile+version+of+your+site+Thu, 03 May 2012 10:16:23 -040017977854955227http://forums.asp.net/p/1797785/4955227.aspx/1?How+to+make+a+mobile+version+of+your+site+How to make a mobile version of your site? <p>How do I make a mobile version of my site?</p> 2012-04-27T16:06:04-04:004956068http://forums.asp.net/p/1797785/4956068.aspx/1?Re+How+to+make+a+mobile+version+of+your+site+Re: How to make a mobile version of your site? <p>Check this article to start with: &nbsp;<a href="http://www.asp.net/whitepapers/add-mobile-pages-to-your-aspnet-web-forms-mvc-application">http://www.asp.net/whitepapers/add-mobile-pages-to-your-aspnet-web-forms-mvc-application</a></p> <p>There are more references and articles on the Mobile section of this site: &nbsp;<a href="http://www.asp.net/mobile">http://www.asp.net/mobile</a></p> <p></p> 2012-04-28T09:56:26-04:004959196http://forums.asp.net/p/1797785/4959196.aspx/1?Re+How+to+make+a+mobile+version+of+your+site+Re: How to make a mobile version of your site? <p>Hi,</p> <p>General ASP.NET website works absolutely fine in all Mobile browsers!</p> <p>You can try adding the <strong>ViewPort</strong> Meta tag to make your site Mobile compatible!</p> <pre class="prettyprint">&lt;meta name=&quot;viewport&quot; content=&quot;width=device-width&quot; /&gt;</pre> <p>You can also refer my blogs for creating Mobile compatible websites in ASP.NET and also emulators available!</p> <p><a href="http://roopeshreddy.wordpress.com">http://roopeshreddy.wordpress.com</a>&nbsp;- Check ASP.NET section!</p> <p>Hope it helps u...</p> <p>&nbsp;</p> 2012-05-01T04:45:37-04:004963479http://forums.asp.net/p/1797785/4963479.aspx/1?Re+How+to+make+a+mobile+version+of+your+site+Re: How to make a mobile version of your site? <p>this has been already discussed,</p> <p>http://forums.asp.net/t/1797205.aspx/1?How&#43;to&#43;Make&#43;a&#43;Mobile&#43;version&#43;of&#43;website&#43;in&#43;ASP&#43;Net&#43;</p> <p>@roopshreddy has already given brief explanation here at my thread</p> <p>please go through that link, this helped me alot</p> 2012-05-03T10:16:23-04:00