Wrong currency symbol in .asp app

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi There

Probably missing something drastically obvious here....

I have just moved an .asp application from a test IIS server to a running
IIS server and have become confused... I am using format(blah blah,
"c").ToString

From what I can see both servers are configured exactly the same as far as
regional settings are concerned - however, the new server insists on showing
currency symbol as $ and is also showing the date in an unusual format

What am I missing ?

Thanks
 
Hi

globalization requestEncoding="utf-8" responseEncoding="utf-8" /

I did not expect this to be aproblem as it works on one and not the
other....but please tell me if I am wrong

Thanks for your help
 
What do you have for
culture and uiCulture ?

<globalization
culture="xx-XX"
uiCulture="xx-XX" />

?



Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
=====================
 
Back
Top