本来准备升级到1.4,但发现模板比较麻烦,而且并没有自己需要的功能,所以决定在1.3的基础上修改。这次修改采用了LiveBlog1.0大量代码,在此表示感谢。主要更新如下。
还没实现功能
如果大家发现Bug,请留言告诉我,谢谢了。
Tags: blogengine, url, rewrite, update
BlogEngine
7/16/2008 10:01:50 AM
博主老大您好,看您博客好久了,一直潜水,我是.net新手,自己也建了个博客,博客上也放了滔滔消息,可是有taotao的logo在,在自己的网站上看别人的logo还真有点不爽啊,所以,我想知道博主你是如何得到taotao的消息的?有api吗?
jeff
7/16/2008 10:09:25 AM
@jeff参考如下文章:http://blog.119797.com/article/get-taotao-api-xml/http://blog.119797.com/article/taotao-xml-api/
benben
7/16/2008 11:47:34 AM
已经加了你的链接,有时间去看看效果
Poshi
7/16/2008 4:45:54 PM
安装BLOGENGINE出现的错误提示,麻烦看下是什么问题哦 Server Error in '/' Application. -------------------------------------------------------------------------------- Runtime Error Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine. Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off". <!-- Web.Config Configuration File --> <configuration> <system.web> <customErrors mode="Off"/> </system.web> </configuration> Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL. <!-- Web.Config Configuration File --> <configuration> <system.web> <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/> </system.web> </configuration>
hong
7/16/2008 5:37:53 PM
@ hong 需要修改web.conf 把RemoteOnly改为Off才能显示详细错误。如果你不会,可以给个联系方式,我会联系你。
Powered by BlogEngine.NET 苏ICP备08023017号