dasblog的安装
生活随笔
收集整理的這篇文章主要介紹了
dasblog的安装
小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.
測試環(huán)境為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
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
轉(zhuǎn)載于:https://blog.51cto.com/apl330/162513
總結(jié)
以上是生活随笔為你收集整理的dasblog的安装的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: [Regular] 2、正则表达式基础元
- 下一篇: 博客园能有这种背景就很强大了!