how to set regional setting for IIS
am 04.04.2008 02:29:01 von Goldenau
Hi,
I got a regional setting program on my web, I use .Net 2 and I have set the
regional setting to Australia format, but when I access my page, the
date/time still display on US format, seems any change on control
panel/regional settings could not make it work.
many thanks for any advice to change the IIS 6 regional settings
--
Golden_au
RE: how to set regional setting for IIS
am 04.04.2008 11:49:02 von Chaitanya
also have you changed Time Zone?
CP > Date&Time > Timezone tab > set it to AUS
also you may have to restart your server after making changes
--
Regards,
Chaitanya
"Golden_au" wrote:
> Hi,
>
> I got a regional setting program on my web, I use .Net 2 and I have set the
> regional setting to Australia format, but when I access my page, the
> date/time still display on US format, seems any change on control
> panel/regional settings could not make it work.
>
> many thanks for any advice to change the IIS 6 regional settings
>
> --
> Golden_au
Re: how to set regional setting for IIS
am 05.04.2008 23:09:48 von Egbert Nierop
"Golden_au" wrote in message
news:3D4AB41F-7B70-4FC5-B661-CB5F7350A83F@microsoft.com...
> Hi,
>
> I got a regional setting program on my web, I use .Net 2 and I have set
> the
> regional setting to Australia format, but when I access my page, the
> date/time still display on US format, seems any change on control
> panel/regional settings could not make it work.
Hi,
If you run ASP.NET, you can set the culture using the page directive or in
web.Config
(section system.web)