Ask a Question related to ASP Database, Design and Development.
-
majek #1
IIS showing $ instead of £ on asp page
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
majek Guest
-
Page not showing
Can anyone explain why a page can be available to edit in Contribute3 yet not visible in the site list when using the choose option. It appears to... -
Page not showing on other machines
I've created a form and uploaded it, but I can only see it in Safari on my machine. I can't view it in any other browser on my machine, or in ANY... -
PHP PAGE SHOWING BLANK PAGE
Hi ppl, Am having trouble with Dreamweaver/PHP. I have Sokkit v3.5 (Formerly known as PHPTriad) With Apache/2.0.49 (Win32) PHP/4.3.6 and MySQL... -
web page not showing
I have uploaded several pages to the web from publisher .htm file. The latest one however seems to load fine but when I go to view it, nothing... -
Portion of page showing a different url
Yes it sounds like frames would likely be the best approach for this kind of design. Here's more info:... -
Bob Barrows #2
Re: IIS showing $ instead of £ on asp page
majek wrote:
Your system's locale may be set to pounds, but the settings for the IUSR> 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
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
Bob Barrows Guest
-
Ken Schaefer #3
Re: IIS showing $ instead of £ on asp page
You can force the locale in your ASP page:
[url]http://support.microsoft.com/?id=229690[/url]
Cheers
Ken
"majek" <a_majek@hotmail.com> wrote in message
news:uZy5%23pLhDHA.1200@TK2MSFTNGP12.phx.gbl...
: 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
:
:
Ken Schaefer Guest



Reply With Quote

