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:
<system.webServer> ... <security> <requestFiltering> <hiddenSegments applyToWebDAV="true"> <add segment="siteConfig" /> </hiddenSegments> </requestFiltering> </security> ... </system.webServer>
<!-- 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:
* 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
Disclaimer The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.