bbsxp8.0.4不能用netbox浏览的解决方法
所属分类:
软件教程 / 编程开发
阅读数:
1628
收藏 0赞 0分享
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"