Hi,
I just deployed my application to customer site and i facing an issue which
the decimal point in application always show as ","(comma). I found that
their server regional settings is set as "Malay(malaysia)" which the decimal
point should be shown as ",".
However, after i change back the regional setting to "english(united
state"), restarted the server, the decimal point still show as ",".
May i know any other settings i need to take care of?
Thanks you
Michael (michka) Kaplan [MS] - 07 Sep 2005 16:57 GMT
Regional Options on the server for a logged in user account does not control
the setting for ASP.NET, which runs under a different user. Have you tried
setting the CurrentCulture?

Signature
MichKa [Microsoft]
NLS Collation/Locale/Keyboard Technical Lead
Globalization Infrastructure, Fonts, and Tools
Blog: http://blogs.msdn.com/michkap
This posting is provided "AS IS" with
no warranties, and confers no rights.
> Hi,
> I just deployed my application to customer site and i facing an issue
[quoted text clipped - 10 lines]
>
> Thanks you
singwei - 10 Sep 2005 04:59 GMT
HI thanks for your info.
My problem solved by changing the <globalization> settings in web.config.
> Regional Options on the server for a logged in user account does not control
> the setting for ASP.NET, which runs under a different user. Have you tried
[quoted text clipped - 14 lines]
> >
> > Thanks you