Running DasBlog in Medium Trust
Dasblog is my favourite .Net blogging engine. I love it’s simplicity, and very easy to install. The problem comes when I try to install this engine in a shared hosting server with medium trust configuration. It’s a right decision running a server in medium trust mode, it will more secure than simply run it in full trust.
ASP.NET runs in full trust by default, and DasBlog too. Original DasBlog release (mine is 1.852) still developed with full trust in mind. It needs some modifications so can run in medium trust machine. I try do a couple search and find a ThinkJot :). This is a blog engine that developed from original DasBlog, make any modifications needed for medium trust hosting, and arrange the folder structure with Visual Studio 2005 style. Of course it is compiled on top of ASP.NET 2.0. So simply download ThinkJot and don’t forget make a big credit to DasBlog.
Leave a comment