测试环境为IIS5 winxp

1、从这个地方下回博客程序。
http://downloads.sourceforge.net/dasblogce/dasBlog-2.0.7226.0-Web-Files.zip
2、双击这个文件“CreateDasBlogVdir.vbs”来建虚拟目录“dasblog”
3、修改\dasblogce\web.config 
     <authentication mode="Forms">
            <!-- NOTE: If you want to run MULTIPLE dasBlogs on the SAME Domain Name
                 include the path in each blog's Web.Config like path="/dasblog1" and path="/yoursite"
                 as appropriate. -->
            <forms name=".DASBLOGAUTH" protection="All" timeout="60" path="/" cookieless="UseCookies" />
        </authentication>

修改为

     <authentication mode="Forms">
            <!-- NOTE: If you want to run MULTIPLE dasBlogs on the SAME Domain Name
                 include the path in each blog's Web.Config like path="/dasblog1" and path="/yoursite"
                 as appropriate. -->
            <forms name=".DASBLOGAUTH" protection="All" timeout="60" path="/dasblog" cookieless="UseCookies" />
        </authentication>
红色部分就是你的虚拟目录的名称。

4、修改\dasblogce\SiteConfig\site.config

  <Root>http://localhost/DasBlog/</Root>

修改为
  <Root>http://localhost/dasblog/</Root>
红色部分就是你的虚拟目录名称


更多信息请看readme.doc

说明:默认账号密码 admin