There is nothing wrong with C2s ASP.
There is no LCID or CodePage method in the Response object, but in the Session object. So you should use Session.LCID and Session.CodePage. Or you can use <%@ LCID = CountryID %> and <%@ CODEPAGE = Codepage%> at the very beginning of the script.
Jenny