<?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>Changes to ASP.NET 2.0 from Beta2--&amp;gt;RTM</title><link>http://blogs.msdn.com/bgold/archive/2005/08/20/454048.aspx</link><description>It is time to start preparing for the RTM of ASP.NET 2.0 and in order to do that I've had the team prepare a great paper that outlines the major changes that we've made since Beta 2. Find it here: http://msdn.microsoft.com/asp.net/beta2/beta2rtmchanges/default.aspx#ide</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Changes to ASP.NET 2.0 from Beta2--&amp;amp;gt;RTM</title><link>http://blogs.msdn.com/bgold/archive/2005/08/20/454048.aspx#454050</link><pubDate>Sat, 20 Aug 2005 19:36:31 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:454050</guid><dc:creator>MrDave's (David Yack) Blog!</dc:creator><description>&amp;amp;amp;nbsp;The following is from Brian Goldfarb&amp;amp;amp;rsquo;s post about changes between beta 2 &amp;amp;amp;ndash; Keep the...</description></item><item><title>ASP.NET 2 changes from Beta2 to RTM</title><link>http://blogs.msdn.com/bgold/archive/2005/08/20/454048.aspx#454132</link><pubDate>Sun, 21 Aug 2005 05:25:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:454132</guid><dc:creator>Julie Lerman Blog</dc:creator><description /></item><item><title>ASP.NET 2 changes from Beta2 to RTM</title><link>http://blogs.msdn.com/bgold/archive/2005/08/20/454048.aspx#454133</link><pubDate>Sun, 21 Aug 2005 05:27:26 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:454133</guid><dc:creator>Julie Lerman Blog</dc:creator><description /></item><item><title>Changes from ASP.NET 2.0 Beta 2 to RTM</title><link>http://blogs.msdn.com/bgold/archive/2005/08/20/454048.aspx#454134</link><pubDate>Sun, 21 Aug 2005 05:30:11 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:454134</guid><dc:creator>Keyvan Nayyeri</dc:creator><description>Look at&amp;amp;amp;nbsp;this page. These are major changes from ASP.NET 2.0 Beta 2 to RTM version. Via The major...</description></item><item><title>Changes from asp.net beta 2 to RTM</title><link>http://blogs.msdn.com/bgold/archive/2005/08/20/454048.aspx#454152</link><pubDate>Sun, 21 Aug 2005 09:03:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:454152</guid><dc:creator>idunno.org</dc:creator><description>Brian Goldfarb links to the list of major changes between beta 2 and RTM. It's a shame they've felt it necessary to default back to XHTML 1.0 Transitional though. What isn't clear (and of course you can't test yet) is what happens with DTDs. If you have an XHTML 1.1 DTD on your page does the &amp;amp;lt;xhtmlConformance mode=&amp;amp;quot;transitional&amp;amp;quot;/&amp;amp;gt; setting in web.config ignore this and cause asp.net to spit out transitional code?</description></item><item><title>re: Changes to ASP.NET 2.0 from Beta2--&gt;RTM</title><link>http://blogs.msdn.com/bgold/archive/2005/08/20/454048.aspx#454177</link><pubDate>Sun, 21 Aug 2005 12:50:51 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:454177</guid><dc:creator>Barry Dorrans</dc:creator><description>So reading those changes does this mean XHTML 1.1 is gone? Vanished? The web.config setting talks about changing the rendering between 1.0 transitional, 1.0 strict and &amp;quot;the mess that was asp.net v1&amp;quot;&lt;br&gt;&lt;br&gt;Where's XHTML 1.1? Will you be ignoring the DTDs on each page? Some of us liked being forced down the 1.1 route you know, to remove it now would be very very bad.</description></item><item><title>re: Changes to ASP.NET 2.0 from Beta2--&gt;RTM</title><link>http://blogs.msdn.com/bgold/archive/2005/08/20/454048.aspx#454186</link><pubDate>Sun, 21 Aug 2005 14:57:21 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:454186</guid><dc:creator>Zubair.NET!</dc:creator><description>Brian Goldfarb has posted following link major changes coming up in the RTM version of ASP.NET 2.0 releasing November 2005.&lt;br&gt;&lt;br&gt;Check it out &lt;a rel="nofollow" target="_new" href="http://msdn.microsoft.com/asp.net/beta2/beta2rtmchanges/default.aspx#ide"&gt;http://msdn.microsoft.com/asp.net/beta2/beta2rtmchanges/default.aspx#ide&lt;/a&gt;</description></item><item><title>re: Changes to ASP.NET 2.0 from Beta2--&gt;RTM</title><link>http://blogs.msdn.com/bgold/archive/2005/08/20/454048.aspx#454296</link><pubDate>Mon, 22 Aug 2005 03:04:43 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:454296</guid><dc:creator>scottgu</dc:creator><description>You can still get XHTML 1.1 support -- it just isn't on by default (because we found it broke a lot of customers).&lt;br&gt;&lt;br&gt;To enable it, just add strict mode to your web.config file, and then make sure you use the XHTML 1.1 DTD at the top of your .aspx pages.&lt;br&gt;&lt;br&gt;Hope this helps,&lt;br&gt;&lt;br&gt;Scott</description></item><item><title>re: Changes to ASP.NET 2.0 from Beta2--&gt;RTM</title><link>http://blogs.msdn.com/bgold/archive/2005/08/20/454048.aspx#454464</link><pubDate>Mon, 22 Aug 2005 15:03:06 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:454464</guid><dc:creator>Barry Dorrans</dc:creator><description>It does Scott, thank you.&lt;br&gt;&lt;br&gt;Maybe it should be made blindingly obvious somewhere ;)</description></item><item><title>re: Changes to ASP.NET 2.0 from Beta2--&gt;RTM</title><link>http://blogs.msdn.com/bgold/archive/2005/08/20/454048.aspx#454724</link><pubDate>Mon, 22 Aug 2005 23:15:08 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:454724</guid><dc:creator>Stuart Celarier</dc:creator><description>Any status report on the whitepaper on providers? I am trying to implement some custom providers, and the docs and samples are pretty thin on details. Thanks!</description></item><item><title>re: Changes to ASP.NET 2.0 from Beta2--&gt;RTM</title><link>http://blogs.msdn.com/bgold/archive/2005/08/20/454048.aspx#454989</link><pubDate>Tue, 23 Aug 2005 10:35:46 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:454989</guid><dc:creator>bgold</dc:creator><description>Stuart -- Coming very soon, the team finished their technical edit last week and we sent it back to Jeff Prosise and the Wintellect team to wrap it up.  Wintellect is pretty slammed right now though, they are building all the content for VS2005 Launch, but I'm trying to get some free cycles onto it.  Once they wrap it up, I'll put it into the publishing queue with high priority since I have about 15 things backed up in the editorial pipeline :(&lt;br&gt;&lt;br&gt;Thanks for being patient.</description></item><item><title>re: Changes to ASP.NET 2.0 from Beta2--&gt;RTM</title><link>http://blogs.msdn.com/bgold/archive/2005/08/20/454048.aspx#495180</link><pubDate>Mon, 21 Nov 2005 12:00:23 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:495180</guid><dc:creator>Andrew</dc:creator><description>The document about changes is not at the stated URL anymore... does anyone know where it is?</description></item><item><title>re: Changes to ASP.NET 2.0 from Beta2--&gt;RTM</title><link>http://blogs.msdn.com/bgold/archive/2005/08/20/454048.aspx#495229</link><pubDate>Mon, 21 Nov 2005 17:08:30 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:495229</guid><dc:creator>Kyle</dc:creator><description>Where did the page move to?  I cannot find the B2 -&amp;gt; RTM page anywhere.</description></item><item><title>Changes from ASP.NET 2.0 Beta 2 to RTM</title><link>http://blogs.msdn.com/bgold/archive/2005/08/20/454048.aspx#667088</link><pubDate>Sun, 16 Jul 2006 08:34:41 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:667088</guid><dc:creator>Keyvan Nayyeri</dc:creator><description>Look atthis page. These are major changes from ASP.NET 2.0 Beta 2 to RTM version. Via The major change</description></item></channel></rss>