all groups > inetserver asp db > september 2003 >
You're in the

inetserver asp db

group:

IIS showing $ instead of £ on asp page


IIS showing $ instead of £ on asp page majek
9/27/2003 6:48:53 AM
inetserver asp db:
I just built an asp page taking values from sql server and need the currency
in £. this worked for about a week and now my currency has changed to $ how
do I correct this. My system locale is set to £

Thanks

Re: IIS showing $ instead of £ on asp page Bob Barrows
9/27/2003 9:06:39 AM
[quoted text, click to view]

Your system's locale may be set to pounds, but the settings for the IUSR
account may not. This can happen if you've had to reinstall IIS, creating a
new IUSR account with the default settings, which happen to be US $. Log in
as IUSR and see if the settings need to be changed.

You should not rely on the IUSR account's settings being correct. You would
be better off creating a function that appends the proper curency symbol to
whatever value is passed to it and returns it as a string which can be
written to the response.

HTH,
Bob Barrows

Re: IIS showing $ instead of £ on asp page Ken Schaefer
9/28/2003 12:28:02 PM
You can force the locale in your ASP page:

http://support.microsoft.com/?id=229690

Cheers
Ken

[quoted text, click to view]
: I just built an asp page taking values from sql server and need the
currency
: in £. this worked for about a week and now my currency has changed to $
how
: do I correct this. My system locale is set to £
:
: Thanks
:
:

AddThis Social Bookmark Button