H
Hardy Wang
Hi,
We migrated some of web applications to a new server. When the server
was installed, the regional setting was EN-CA, later on we found culture
display was not same as from original server (which was EN-US), we reset
server's culture to EN-US.
Now we have 2 web applications still behaviouring as EN-CA setting. It
recoginizes string "03/01/2003" as Januray 3rd 2003, not March 1st 2003.
I checked code, nothing is wrong. I check regional setting of server
(Windows 2000 Advanced Server), it is "English United States", short format
is "M/d?yyyy". I created a small piece of windows application program to
test on this server, it works fine. Only two web applications do not look
good.
So I am wandering when ASP.NET is installed on machine, will it remember
culture selection at that time? I really think not possible, but the factor
makes to suspect.
We migrated some of web applications to a new server. When the server
was installed, the regional setting was EN-CA, later on we found culture
display was not same as from original server (which was EN-US), we reset
server's culture to EN-US.
Now we have 2 web applications still behaviouring as EN-CA setting. It
recoginizes string "03/01/2003" as Januray 3rd 2003, not March 1st 2003.
I checked code, nothing is wrong. I check regional setting of server
(Windows 2000 Advanced Server), it is "English United States", short format
is "M/d?yyyy". I created a small piece of windows application program to
test on this server, it works fine. Only two web applications do not look
good.
So I am wandering when ASP.NET is installed on machine, will it remember
culture selection at that time? I really think not possible, but the factor
makes to suspect.