Random thoughts from Jeffrey RSS 2.0
# Monday, March 23, 2009

DasBlog 2.3 is out! Upgrading took longer than it should have...probably because I did a bad job of separating the application from my SharePoint migration customizations last year. But that’s been fixed, and upgrading from my custom build of 2.1+ to 2.3 went pretty smoothly.

In case I accidentally delete the files I saved these changes off into (again), here are my customizations:

  • ~/web.config (I actually just copied & reused my existing web.config file, but this is the big change*):
    <system.webServer>
      ...
      <security>
        <requestFiltering>
          <hiddenSegments applyToWebDAV="true">
            <add segment="siteConfig" />
          </hiddenSegments>
        </requestFiltering>
      </security>
      ...
    </system.webServer>
  • ~/siteConfig/site.config (these are in addition to the regular ones that have to be performed, like site title, notification address, root url, etc.):
    <!-- CUSTOMIZATIONS: -->
      <DisplayTimeZoneIndex>90</DisplayTimeZoneIndex>
      <AdjustDisplayTimeZone>false</AdjustDisplayTimeZone>
      <ContentDir>~/App_Data/content/</ContentDir>
      <LogDir>~/App_Data/logs/</LogDir>
      <BinariesDir>~/attachments/</BinariesDir>
      <ProfilesDir>~/App_Data/profiles/</ProfilesDir>
      <SmtpServer>localhost</SmtpServer>
      <EnableSmtpAuthentication>false</EnableSmtpAuthentication>
      <CommentsRequireApproval>true</CommentsRequireApproval>
    <!-- END OF CUSTOMIZATIONS—>

Other customizations:

  • Backup from old installation and restore to new install:
    • ~/siteConfig/blogroll.opml
    • ~/siteConfig/navigatorLinks.xml
    • ~/siteConfig/siteSecurity.config
    • ~/App_Data
    • ~/attachments
  • Change ACL on ~/siteConfig to grant NETWORK SERVICE modify access (ACL's on App_Data and attachments should be retained when backed up & restored; if not, grant this access to those directories too)

* I run dasBlog on IIS7, so my web.config file is actually quite a bit different than the one that ships with dasBlog. But those differences (other than the one highlighted above) were created by migrating the existing config file.

Now playing: Emm Gryner – Goddess – 07 Match

Monday, March 23, 2009 03:11:02 UTC  #    Comments [0] -
IT
About the author
Jeffrey Stults
Jeffrey Stults is a software developer currently in Portland, Oregon. He is contactable at:
stultsj@ntldr.net
Archive
<March 2009>
SunMonTueWedThuFriSat
22232425262728
1234567
891011121314
15161718192021
22232425262728
2930311234
Disclaimer

Disclaimer
The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.

© Copyright 2012
Jeffrey Stults, Jr.
Statistics
Total Posts: 256
This Year: 0
This Month: 0
This Week: 0
Comments: 23
Utilities
Pick a theme:
Sign In