![]() |
|
|
#1 (permalink) |
|
Registered User
Join Date: Apr 2003
Posts: 106
|
Response Object
I see in the MS docs for ASP they mention
Response.CodePage Response.LCID Object doesn't support this property or method: 'Response.LCID' I cannot get these to work on the catalyst servers. Anyone got any ideas as to why? Regards FB
__________________
old dog - anxious to learn new tricks |
|
|
|
|
|
#2 (permalink) |
|
Senior Member
|
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 |
|
|
|
|
|
#3 (permalink) |
|
Registered User
Join Date: Apr 2003
Posts: 106
|
Oh OK then it must Microsoft's fault. I was just going on information provided by the illustrious software manufacturer outlined in great detail and even peppered with examples. They do show a difference between the Session.LCID and the Response.LCID and Codepage etc.
Here are the examples Response.LCID http://msdn.microsoft.com/library/de...om_resoplc.asp Session.LCID http://msdn.microsoft.com/library/de..._sesoplcid.asp Regards FB
__________________
old dog - anxious to learn new tricks |
|
|
|
|
|
#4 (permalink) |
|
Senior Member
|
Perhaps they have added the CodePage/LCID properties to the Response object in IIS6.0 (Windows 2003 Server), but in IIS5 (Win2K) there is really no such property. And C2 is using Win2K/IIS5 on it's Windows boxes until now.
So the MS information is not wrong, but misunderstandable and not very acurate in it's version statments. Jenny |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|