You changed the regional settings for YOU, while YOU were logged in. ASP
doesn't run as YOU, it runs under the account IUSR_machineName. You *could*
alter that account so you can control the password, then log in as that
user, and change the regional settings there... but those can still be
overridden by other logins or when users access your site via
authentication.
Instead of relying on regional settings, make your ASP application aware of
what Locale you want to present dates and numbers in. This article deals
with dates but applies equally to numbers.
http://www.aspfaq.com/2260
--
http://www.aspfaq.com/
(Reverse address to reply.)
"nerman" <anonymous@discussions.microsoft.com> wrote in message
news:6A7D1859-1235-4829-A722-55B0D4904FF8@microsoft.com...[color=blue]
> Hello,
>
> I have a problem with the regional settings. I have set the regional[/color]
settings of the web server to display the numbers in this format 123.456,78.[color=blue]
> But when I open my web site all number are diplayed with the old format[/color]
which is 123,456.78.[color=blue]
> I changes also the regional setting of my computer but it does not work.
> any ideas?
> Thanks
> Nerea
>[/color]