bbsxp8.0.4 論壇系統(tǒng)用netbox打開時出現(xiàn)如下錯誤:
Microsoft VBScript 運(yùn)行時錯誤 '800a01b6'
對象不支持此屬性或方法: 'Response.Charset'
bsConfig.asp, line 32
問題原因:netbox不支持'Response.Charset' 屬性,用iis可以正常瀏覽網(wǎng)頁。
解決方案:將以下字節(jié)替換:
BBSxpCharset="gb2312"
Response.Charset=BBSxpCharset
為:
Response.Addheader "Content-Type","text/html; charset=gb2312"