Hi,
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. Also an article suggested I add this code to the Global.asax file:
Session.LCID = 2057 in the session_start() sub.
I have tried this and still the format is incorrect. Help!!!!!!!!!!!!!!!!!!!!!
