<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.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>ASP.NET 2.0 and MCMS - Try it out - Now even in Authoring Mode!</title><link>http://blogs.technet.com/stefan_gossner/archive/2005/07/29/408373.aspx</link><description>In my previous article I explained what to do to get a read-only MCMS website working on ASP.NET 2.0. In this article I will go one step further and explain how to get a read-write MCMS website working with ASP.NET 2.0! First of all you need to ensure</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: ASP.NET 2.0 and MCMS - Try it out - Now even in Authoring Mode!</title><link>http://blogs.technet.com/stefan_gossner/archive/2005/07/29/408373.aspx#411511</link><pubDate>Sat, 24 Sep 2005 16:49:15 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:411511</guid><dc:creator>Morten Andreasen</dc:creator><description>Dear Stefan&lt;br&gt;&lt;br&gt;I am having difficulties to get the &amp;quot;Create Page&amp;quot; and &amp;quot;Resource Manager&amp;quot; dialogues to work on my new ASP.NET 2.0 templates&lt;br&gt;&lt;br&gt;I get a &amp;quot;Object not set to an instance..&amp;quot; errors.&lt;br&gt;&lt;br&gt;Have you successfully gotten these dialogues to work?&lt;br&gt;</description></item><item><title>re: ASP.NET 2.0 and MCMS - Try it out - Now even in Authoring Mode!</title><link>http://blogs.technet.com/stefan_gossner/archive/2005/07/29/408373.aspx#411513</link><pubDate>Sat, 24 Sep 2005 18:13:36 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:411513</guid><dc:creator>Morten Andreasen</dc:creator><description>I found out myself, the &amp;quot;View as list&amp;quot; and &amp;quot;View as tree&amp;quot; listitems were declared at protected members but they were not tagged with runat=server.&lt;br&gt;&lt;br&gt;Apparently that vas vaild in .NET 1.1 because they were child object of the DropDownList, but not in 2.0.&lt;br&gt;&lt;br&gt;Just maske the following two classes, and make the ResourceGalleriesGrid.ascx and TemplateGalleriesBrowse.aspx enherit from them instead.&lt;br&gt;&lt;br&gt;&lt;br&gt;    public class ResourceGalleriesGrid : Microsoft.ContentManagement.WebAuthor.ResourceGalleriesGrid&lt;br&gt;    {&lt;br&gt;        protected override void OnInit(EventArgs e)&lt;br&gt;        {&lt;br&gt;            base.ViewAsList = GalleriesViewSelect.Items[0];&lt;br&gt;            base.ViewAsTree = GalleriesViewSelect.Items[1];&lt;br&gt;            base.OnInit(e);&lt;br&gt;        }&lt;br&gt;    }&lt;br&gt;&lt;br&gt;&lt;br&gt;    public class TemplateGalleriesBrowse : Microsoft.ContentManagement.WebAuthor.TemplateGalleriesBrowse&lt;br&gt;    {&lt;br&gt;        protected override void OnInit(EventArgs e)&lt;br&gt;        {&lt;br&gt;            base.ViewAsList = GalleriesViewSelect.Items[0];&lt;br&gt;            base.ViewAsTree = GalleriesViewSelect.Items[1];&lt;br&gt;            base.OnInit(e);&lt;br&gt;        }&lt;br&gt;&lt;br&gt;    }&lt;br&gt;</description></item><item><title>re: ASP.NET 2.0 and MCMS - Try it out - Now even in Authoring Mode!</title><link>http://blogs.technet.com/stefan_gossner/archive/2005/07/29/408373.aspx#417180</link><pubDate>Mon, 09 Jan 2006 19:32:59 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:417180</guid><dc:creator>George</dc:creator><description>So how is this http module added to the config file? Can you post the line I need to make this work?</description></item><item><title>re: ASP.NET 2.0 and MCMS - Try it out - Now even in Authoring Mode!</title><link>http://blogs.technet.com/stefan_gossner/archive/2005/07/29/408373.aspx#417218</link><pubDate>Tue, 10 Jan 2006 16:22:02 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:417218</guid><dc:creator>Stefan Goßner [MSFT]</dc:creator><description>Here is the line that needs to be added:&lt;br&gt;&lt;br&gt;&amp;lt;add type=&amp;quot;StefanG.ASPNET20_HttpModule.ForceMCMScompatibility, ASPNET20_HttpModule&amp;quot; name=&amp;quot;ForceMCMScompatibility&amp;quot;/&amp;gt;&lt;br&gt;</description></item><item><title>Code Samples</title><link>http://blogs.technet.com/stefan_gossner/archive/2005/07/29/408373.aspx#2921481</link><pubDate>Fri, 22 Feb 2008 15:37:32 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:2921481</guid><dc:creator>Stefan Goßner</dc:creator><description>&lt;p&gt;As some of you already noticed: GotDotNet is now down and the code samples previously hosted there have&lt;/p&gt;
</description></item></channel></rss>