<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Determining what capabilities ASP.NET is using to render pages</title><link>http://blogs.msdn.com/jorman/archive/2007/01/09/determining-what-capabilities-asp-net-is-using-to-render-pages.aspx</link><description>When you make a request to an ASP.NET based site, the browser's capabilities are determined by the &amp;lt;browserCaps&amp;gt; section in the 1.x Framework and the .browser files in the 2.0 framework. Knowing which capabilites that ASP.NET is using to render</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Determining what capabilities ASP.NET is using to render pages</title><link>http://blogs.msdn.com/jorman/archive/2007/01/09/determining-what-capabilities-asp-net-is-using-to-render-pages.aspx#1508744</link><pubDate>Mon, 22 Jan 2007 19:46:25 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1508744</guid><dc:creator>aarontallen</dc:creator><description>&lt;p&gt;A problem we are facing is that as new phones/devices are produced ASP.Net 2.0 doesn't recognize them for the capabilities they have (JavaScript, Table Support, etc.). &amp;nbsp;&lt;/p&gt;
&lt;p&gt;Do you have any recommendations on how to stay on top of new devices? &amp;nbsp;Supposedly Microsoft won't be releasing device updates like they used to in 1.1. &amp;nbsp;If they couldn't stay on top of all new devices, how am I supposed to?&lt;/p&gt;
&lt;p&gt;The unfortunate effect is that someone with a snazzy new device, with more then the necessary caps get's the watered down no javascript basic version when they should be getting the site in all its glory.&lt;/p&gt;
&lt;p&gt;Thanks in advance for any insight/help you have. &amp;nbsp;Thank you also for this blog, I've added it to my list of places to go for solutions.&lt;/p&gt;
&lt;p&gt;--Aaron&lt;/p&gt;
</description></item><item><title>re: Determining what capabilities ASP.NET is using to render pages</title><link>http://blogs.msdn.com/jorman/archive/2007/01/09/determining-what-capabilities-asp-net-is-using-to-render-pages.aspx#1577486</link><pubDate>Fri, 02 Feb 2007 02:30:31 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1577486</guid><dc:creator>Jorman</dc:creator><description>&lt;p&gt;Right, there won't be a device update as there was in 1.1. &amp;nbsp;The following link talks about the .browser files and capabilities.&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://msdn2.microsoft.com/en-us/library/x3k2ssx2.aspx"&gt;http://msdn2.microsoft.com/en-us/library/x3k2ssx2.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The accurate way would be to profile the device, though that would be tricky with an internet based app where you have no idea what devices users are browsing with. &amp;nbsp;However, you could go the route of forcing browsers with a common user agent string to have uplevel capabilities. &amp;nbsp;The downside of this approach is the potential for downlevel devices to get content they can't render.&lt;/p&gt;
</description></item></channel></rss>