bbsxp8.0.4不能用netbox浏览的解决方法
程序员文章站
2023-11-15 08:43:58
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"
对象不支持此属性或方法: 'response.charset'
\bbs\config.asp, line 32
问题原因:netbox不支持'response.charset' 属性,用iis可以正常浏览网页。
解决方案:将以下字节替换:
bbsxpcharset="gb2312"
response.charset=bbsxpcharset
为:
response.addheader "content-type","text/html; charset=gb2312"