BlogEngine.NETを、バージョン1.5から1.6へアップデートしました。さぶろーは、Mono On Linuxで動かしているので若干特殊ですが、移行手順を書いときます。
- App_Dataディレクトリをバックアップ
- App_Code内の、ExtensionManagerディレクトリを削除(今回から、BlogEngine.Coreへ移動したため不要になったそうです)
- 1.6の全ファイルを、1.5へ上書き
- App_Dataを1.5のバックアップで上書き
- App_Data/settings.xmlに設定項目が追加されたので、1.5で使っていたのものに以下の項目を追加
<commentsperpage>20</commentsperpage> <moderationtype>1</moderationtype> <numberofreferrerdays>1</numberofreferrerdays> <commentblacklistcount>2</commentblacklistcount> <commentwhitelistcount>1</commentwhitelistcount> <enableerrorlogging>False</enableerrorlogging> <trustauthenticatedusers>True</trustauthenticatedusers>
- Web.Configで、System.Managementアセンブリを読み込んでいる部分をコメントアウト(Linuxのみ)
- Web.Configを、web.configへリネーム(Linuxのみ)
- BlogEngine.Web/admin/Comments/default.aspxを、Default.aspxへリネーム(Linuxのみ)
Linuxなんで、ファイルの大文字、小文字を気をつけないとアクセスできないんですね、う~ん微妙( ̄∇  ̄ )