欢迎访问 生活随笔!

生活随笔

当前位置: 首页 > 编程资源 > 编程问答 >内容正文

编程问答

dasblog的安装

发布时间:2024/4/11 编程问答 40 豆豆
生活随笔 收集整理的这篇文章主要介绍了 dasblog的安装 小编觉得挺不错的,现在分享给大家,帮大家做个参考.
测试环境为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



转载于:https://blog.51cto.com/apl330/162513

总结

以上是生活随笔为你收集整理的dasblog的安装的全部内容,希望文章能够帮你解决所遇到的问题。

如果觉得生活随笔网站内容还不错,欢迎将生活随笔推荐给好友。