Results 1 to 3 of 3

Thread: Help I am still have a major problem with currency/Date format

  1. #1

    Thread Starter
    Member
    Join Date
    Sep 2002
    Posts
    32

    Help I am still have a major problem with currency/Date format

    Previously I have posted here :

    "Devloped an asp.net application on Win 2000 Pro and moved it to Win 2000 Server. It works fine accept for the date format and currency is showing in USA format instead of UK. The Win 2000 Server is set to UK date format. "

    I have recently been doing some searchs on the internet which suggest that there is a major bug with .Net and that all data held is internally in amercian date format and that ASP does not pick up it's perferences form the server, some major work has to be done with the culture info class.

    What I can't understand is if this is a bug why does it run on my devlopment Server and not on Win Server 2000 ? Do I really have to re-write my application to take into account USA date format, what about the currency?Why if this is such a problem has some one not posted on this web site before about it ? Or is the problem just with the way the server is set up? Where does ASP.net pick up its preferences from the server or the app ?

  2. #2
    PowerPoster hellswraith's Avatar
    Join Date
    Jul 2002
    Location
    Washington St.
    Posts
    2,464
    Is there something in IIS you may have to set? I am not sure, just trying to throw out some ideas to look at.

  3. #3
    Addicted Member
    Join Date
    Feb 2002
    Posts
    242
    Asp.Net configuration takes place in web.config. You can set the culture in web.config with the <globalization> element. That should work. Go here for more info:


    http://msdn.microsoft.com/library/de...ionsection.asp

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width