<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:pingback="http://madskills.com/public/xml/rss/module/pingback/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>The Moon Upstairs - Das Blog</title>
    <link>http://fredwebs.com/blog/</link>
    <description>And other .Net Programming Issues</description>
    <language>en-us</language>
    <copyright>Fred Peters</copyright>
    <lastBuildDate>Wed, 24 Dec 2008 11:51:00 GMT</lastBuildDate>
    <generator>newtelligence dasBlog 2.2.8279.16125</generator>
    <managingEditor>Fred@FredWebs.com</managingEditor>
    <webMaster>Fred@FredWebs.com</webMaster>
    <item>
      <trackback:ping>http://fredwebs.com/blog/Trackback.aspx?guid=a35141c2-b54a-4cb9-a7bb-87ba761ebcfc</trackback:ping>
      <pingback:server>http://fredwebs.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://fredwebs.com/blog/PermaLink,guid,a35141c2-b54a-4cb9-a7bb-87ba761ebcfc.aspx</pingback:target>
      <dc:creator>Fred Peters</dc:creator>
      <wfw:comment>http://fredwebs.com/blog/CommentView,guid,a35141c2-b54a-4cb9-a7bb-87ba761ebcfc.aspx</wfw:comment>
      <wfw:commentRss>http://fredwebs.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=a35141c2-b54a-4cb9-a7bb-87ba761ebcfc</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
After a lot of false starts I finally updated this site to the latest version of DasBlog. 
I had been running the older version that was distributed as an ASP.Net 1.1 application. 
I had converted the old 1.1 source to compile under 2.0 and had used this configuration
for about three years.
</p>
        <p>
The biggest challenge was to convert the existing data files to work with the version. 
The DasBlog distribution comes with a conversion utility.  This worked fairly
well, but seems to trip up on some imbedded HTML in some of the posts.  About
four or five posts ended up with two copies in the new system.  I simply published
the converted files and then deleted the duplicates.
</p>
        <p>
Once the new system was operating the old permalinks were no longer working. 
I have a few posts that I was frequently getting referral notices by Google from the
system.  It took two or three weeks for Google to notice the changes, but they
did offer a cached version of the old page in the interim.
</p>
        <img width="0" height="0" src="http://fredwebs.com/blog/aggbug.ashx?id=a35141c2-b54a-4cb9-a7bb-87ba761ebcfc" />
      </body>
      <title>Updating to DasBlog 2.2</title>
      <guid isPermaLink="false">http://fredwebs.com/blog/PermaLink,guid,a35141c2-b54a-4cb9-a7bb-87ba761ebcfc.aspx</guid>
      <link>http://fredwebs.com/blog/2008/12/24/UpdatingToDasBlog22.aspx</link>
      <pubDate>Wed, 24 Dec 2008 11:51:00 GMT</pubDate>
      <description>&lt;p&gt;
After a lot of false starts I finally updated this site to the latest version of DasBlog.&amp;#160;
I had been running the older version that was distributed as an ASP.Net 1.1 application.&amp;#160;
I had converted the old 1.1 source to compile under 2.0 and had used this configuration
for about three years.
&lt;/p&gt;
&lt;p&gt;
The biggest challenge was to convert the existing data files to work with the version.&amp;#160;
The DasBlog distribution comes with a conversion utility.&amp;#160; This worked fairly
well, but seems to trip up on some imbedded HTML in some of the posts.&amp;#160; About
four or five posts ended up with two copies in the new system.&amp;#160; I simply published
the converted files and then deleted the duplicates.
&lt;/p&gt;
&lt;p&gt;
Once the new system was operating the old permalinks were no longer working.&amp;#160;
I have a few posts that I was frequently getting referral notices by Google from the
system.&amp;#160; It took two or three weeks for Google to notice the changes, but they
did offer a cached version of the old page in the interim.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://fredwebs.com/blog/aggbug.ashx?id=a35141c2-b54a-4cb9-a7bb-87ba761ebcfc" /&gt;</description>
      <comments>http://fredwebs.com/blog/CommentView,guid,a35141c2-b54a-4cb9-a7bb-87ba761ebcfc.aspx</comments>
      <category>ASP.Net</category>
      <category>Das Blog</category>
    </item>
    <item>
      <trackback:ping>http://fredwebs.com/blog/Trackback.aspx?guid=0afae1de-9177-44cb-9f05-00cb7b0b1be7</trackback:ping>
      <pingback:server>http://fredwebs.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://fredwebs.com/blog/PermaLink,guid,0afae1de-9177-44cb-9f05-00cb7b0b1be7.aspx</pingback:target>
      <dc:creator />
      <wfw:comment>http://fredwebs.com/blog/CommentView,guid,0afae1de-9177-44cb-9f05-00cb7b0b1be7.aspx</wfw:comment>
      <wfw:commentRss>http://fredwebs.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=0afae1de-9177-44cb-9f05-00cb7b0b1be7</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
I recently had all my entries disappear from this blog.  After reading about
the problem at <a title="Das Blog Support" href="http://dasblog.us/" target="_blank">dasblog.us</a> I
extended the session timeout on the site.  It looks to me like the session expired
during a lengthy editing session, and left the system in an unstable state. 
I had to upload a new version of web.config to get my content to display once more.  
</p>
        <p>
This entry was created using Widows Live Writer, which writes directly to the site
and will avoid any session timeouts.  
</p>
        <img width="0" height="0" src="http://fredwebs.com/blog/aggbug.ashx?id=0afae1de-9177-44cb-9f05-00cb7b0b1be7" />
      </body>
      <title>Das Blog ASP.Net 2.0 Vanishing Content</title>
      <guid isPermaLink="false">http://fredwebs.com/blog/PermaLink,guid,0afae1de-9177-44cb-9f05-00cb7b0b1be7.aspx</guid>
      <link>http://fredwebs.com/blog/2007/03/05/DasBlogASPNet20VanishingContent.aspx</link>
      <pubDate>Mon, 05 Mar 2007 21:02:54 GMT</pubDate>
      <description>&lt;p&gt;
I recently had all my entries disappear from this blog.&amp;nbsp; After reading about
the problem at &lt;a title="Das Blog Support" href="http://dasblog.us/" target=_blank&gt;dasblog.us&lt;/a&gt;&amp;nbsp;I
extended the session timeout on the site.&amp;nbsp; It looks to me like the session expired
during a lengthy editing session, and left the system in an unstable state.&amp;nbsp;
I had to upload a new version of web.config to get my content to display once more.&amp;nbsp; 
&lt;/p&gt;
&lt;p&gt;
This entry was created using Widows Live Writer, which writes directly to the site
and will avoid any session timeouts.&amp;nbsp; 
&lt;/p&gt;
&lt;img width="0" height="0" src="http://fredwebs.com/blog/aggbug.ashx?id=0afae1de-9177-44cb-9f05-00cb7b0b1be7" /&gt;</description>
      <comments>http://fredwebs.com/blog/CommentView,guid,0afae1de-9177-44cb-9f05-00cb7b0b1be7.aspx</comments>
      <category>ASP.Net</category>
      <category>Das Blog</category>
    </item>
  </channel>
</rss>