This error occurred in the background when debugging the website today, "Microsoft VBScript runtime error '800a01b6' object does not support this property or method: 'Session.CodePage'" The answers I saw in Baidu search are not very complete, and most of them are vague. Later I studied it myself and found that there was a faster method!
If you have the following information:
Microsoft VBScript runtime error '800a01b6'
The object does not support this property or method: 'Session.CodePage'
/include/sysCode.asp, line 8
This proves that there is a problem with your **.asp <%Session.CodePage=936%>.
Some people on the Internet said that I deleted this sentence, but after I deleted it, the font of the web page turned into garbled code! Because this is displayed as a Chinese code (936 is the corresponding code GB2312). Later I changed this sentence <%Session.CodePage=936%> to:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">