SWM wrote: Any way for any one else with a similar problem, IIS6 runs w3wp.exe on your server. W3wp.exe by default starts as a "network service" and hence used the regional settings of the network service user account. I configured my default application pool identity in IIS from network service to "local system". Restarted IIS and TADA all OK.
_kk wrote: I have done as you said (change default application pool to 'local system') and re-started the IIS. Still no luck. any clue?
benchr wrote: Don't change IIS user account to solve this problem! IIS runs as network service on purpose, it is lower privilege than system. You are better off keeping it this way, and change the date/time format for network service (or do it for all users on the machine if its easier). Thanks, Ben Chronister