G
Guest
I wonder how ASP.Net application gets the default locale. I have 2 W2K servers, one with the system locale ENG and the other ENU during installation. The ASP.Net application formats string to default currency symbols £ and $ respectively. Later I wanted to change the ENG server to ENU. But even I changed the international registry of .DEFAULT and the fixed impersonated account to ENU, the ASP.Net application still refuse to use $. Where does it get the default locale information?