oglitsch
Aug 16 2005, 05:17 PM
Does anybody know how to change the regional settings (date and time format) in the IIS? I changed the Windows Server language settings to german, but the webserver has still american settings. A web application still shows the american date and time format.
What do I have to change (and where!) that our application (written in ASP using Access database) shows the correct (german) date and time format?
Thank you for any hint!
Kyle
Aug 16 2005, 07:24 PM
I've never actually tried this before, but I believe the locale information is drawn from the impersonated user the site is running under. Usually, that would be IUSR_MACHINE, unless you've set each of your sites up to run under different users (which you should do anyway).
http://support.microsoft.com/default.aspx/kb/306044
oglitsch
Aug 17 2005, 12:23 PM
Thank you for this information - I will check this...