微博客
bbsxp8.0.4 论坛系统用netbox打开时出现如下错误:
 

Microsoft VBScript 运行时错误 '800a01b6'

对象不支持此属性或方法: 'Response.Charset'

\bbs\Config.asp, line 32

问题原因:netbox不支持'Response.Charset' 属性,用iis可以正常浏览网页。
解决方案:将以下字节替换:

BBSxpCharset="gb2312"
Response.Charset=BBSxpCharset

为:

Response.Addheader "Content-Type","text/html; charset=gb2312"
posted on 2009-10-06 23:36  飞鸟42  阅读(212)  评论(0编辑  收藏  举报