Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsGeneralPHPASPPerlColdFusionFlashHTML, CSS, ScriptsBrowsers

Webmaster Forum / ASP / Database Access / September 2003



Tip: Looking for answers? Try searching our database.

IIS showing $ instead of ? on asp page

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
majek - 27 Sep 2003 06:48 GMT
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
Bob Barrows - 27 Sep 2003 14:06 GMT
> 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

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
Ken Schaefer - 28 Sep 2003 03:28 GMT
You can force the locale in your ASP page:

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

Cheers
Ken

: 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
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.