date time setting for asp.net web application
hi all,
I have developed web application which is properly running on on the web server. I globalisation tag I have set culture to GB an the database(sql server 2000) user's settings are also set British english. I have configured the same application on local machine for some modification. The regional setting of the local machine are set to UK.
but still on local machine the dates in the application are getting displayed in mm/dd/yyyy format and some pages are giving error dure date format.
how do I solve this problem? I need to do the changes on urgent basis but application is not working on local machine? Am I missing something in setting???
I have also set the session LCID in global.asax file to 2057.
Please help. its urgent!!!
|