Wrong currency symbol in .asp app

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
 
P

Patrice

What do you have in the globalization section of your web.config file ?

Patrice
 
G

Guest

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
 
J

Juan T. Llibre

What do you have for
culture and uiCulture ?

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

?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,767
Messages
2,569,572
Members
45,045
Latest member
DRCM

Latest Threads

Top