- Article Relate (13)
- Hide Tips (2)
- LoveSpeak (4)
- QBlog Open-Source (3)
- QBlog Publish (8)
- QBlog Template Guide (6)
- QBlog-Dev-Video (6)
- Tech Analysis (21)
- 2011-7 (2)
- Nice weblog right here! Also your site rather a lot up very fast! What host are you the usage of? Can I get your associate hyperlink in your host? I want my website loaded up as quickly as yours lol
- There is apparently a bundle to identify about this. I suppose you made some good points in features also.
- Sweet blog! I found it while searching on Yahoo News. Do you have any suggestions on how to get listed in Yahoo News? I ave been trying for a while but I never seem to get there! Thank you
- Normally I don at read post on blogs, but I would like to say that this write-up very forced me to take a look at and do so! Your writing style has been amazed me. Thanks, very great post.
- This write-up contains fantastic original thinking. The informational content material here proves that issues arenaаАабТТаЂааАабТТаБТt so black and white. I feel smarter from just reading this.
- ramsen simmonds incesticide bushell sprinkler brasserie Donelle Dalila gazzara
- Sex video arabe gratuit meilleure film porno
- My brother recommended I might like this web site. He was totally right. This post truly made my day. You can not imagine just how much time I had spent for this information! Thanks!
- Wow that was odd. I just wrote an incredibly long comment but after I clicked submit my comment didn at appear. Grrrr well I am not writing all that over again. Anyhow, just wanted to say great blog!
- Thanks-a-mundo for the blog post. Really Great.
安装环境:
Windows7英文版
IIS7.5
本次安装所使用QBlog为QBlog V2.5 版本 [
1. 解压下载的安装文件cyqdata.com_CYQ_Blog_V25.rar到D:\CYQ\cyqdata.com_CYQ_Blog_V25
2. 打开Web.config文件
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<appSettings>
<!--启用带后缀Url转向-->
<add key="UrlAspx" value="" />
<!--Access数据库名称[带相对路径]-->
<add key="AccessDbNameForWeb" value="App_Data/myspace.mdb" />
<!--是否启用二级域名做为博客域名-->
<add key="Www" value="" />
<!--博客级域名-->
<add key="Domain" value="cyqdatademo.com" />
<!--开启页面级缓存-->
<add key="PageCacheTime" value="30" />
<!--是否记录数据库异常到表ErrorLogs-->
<add key="IsWriteLog" value="true" />
<!--数据库写日志失败时转写文件路径-->
<add key="LogPath" value="Upload/Log/"/>
<!--加密密钥更改为任意字符串-->
<add key="PasswordKey" value="http://www.cyqdata.cn" />
<!--html实体解析dtd路径-->
<add key="DtdUri" value="Setting/DTD/xhtml1-transitional.dtd" />
<!--IIS7下启用非完全信息机制时启用-->
<add key="UseFileLoadXml" value="false" />
<!--后台指定管理员用户-->
<add key="Admin" value="cyq1162,cyqdata"/>
</appSettings>
<connectionStrings>
<add name="
<add name="LogConn" connectionString="
</connectionStrings>
<system.web>
<compilation debug="false" />
<authentication mode="Windows" />
<httpModules>
<add name="UrlRewrite" type="CYQ.Data.UrlRewrite,UrlRewrite" />
</httpModules>
</system.web>
</configuration>
a.修改Url转向<add key="UrlAspx" value="" />:
<add key="UrlAspx" value=".shtml" />
b.修改<add key="UseFileLoadXml" value="false" />:
<add key="UseFileLoadXml" value="true" />
c.指定后台管理员账户。假如想指定管理员账户为administrator,修改<add key="Admin" value="cyq1162,cyqdata"/>:
<add key="Admin" value="administrator"/>
3. 修改host文件将域名解析到本机IP
a.打开host文件,该文件位于C:\WINDOWS\system32\drivers\etc\hosts
添加127.0.0.1 www.cyqdatademo.com
b.打开命令行窗口,输入:
ping www.cyqdatademo.com
验证域名www.cyqdatademo.com能否被成功解析,正确结果如下图:
4. 在IIS7中部署CYQBlog站点
a. 打开IIS并添加一个新站点,物理路径(Physical Directory)就选择解压后的路径:D:\CYQ\cyqdata.com_CYQ_Blog_V25
b. 修改这个站点对应的应用程序池的Managed pipeline mode为Classic
c. 添加对*.shtml后缀的映射处理程序,如图:
d. 验证配置是否正确,打开IE访问http://www.cyqdatademo.com/index.shtml
如果能看到下面的页面,恭喜你部署成功了!

未能执行 URL。
说明: 执行当前 Web 请求期间,出现未处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。
异常详细信息: System.Web.HttpException: 未能执行 URL。
源错误:
执行当前 Web 请求期间生成了未处理的异常。可以使用下面的异常堆栈跟踪信息确定有关异常原因和发生位置的信息。
堆栈跟踪:
[HttpException (0x80004005): 未能执行 URL。]
System.Web.Hosting.ISAPIWorkerRequestInProcForIIS6.BeginExecuteUrl(String url, String method, String childHeaders, Boolean sendHeaders, Boolean addUserIndo, IntPtr token, String name, String authType, Byte[] entity, AsyncCallback cb, Object state) +2006365
System.Web.HttpResponse.BeginExecuteUrlForEntireResponse(String pathOverride, NameValueCollection requestHeaders, AsyncCallback cb, Object state) +393
System.Web.DefaultHttpHandler.BeginProcessRequest(HttpContext context, AsyncCallback callback, Object state) +220
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +8690594
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +155