I have been developping a website using AjaxControlToolkit for weeks and it's no time to install it on a server. No issue with this (for the moment) except something wrong with CalendarExtender.
I have developed my site in French, using french date format: dd/mm/yyyy and storing date information in a sqlserver 2005 database with datetime format.
On my MasterPage, the enableScriptLocalization and enableScriptGlobalization properties of the ScriptManager have been set to "True". Every page in which I have a Calendar Extender uses this MasterPage. When testing the website in localhost, there's no issue, I can properly write in my database with french date format but when on the production server, an error is raised if I uses "Today, october 31, 2007" at the bottom of the Calendar or when clicking on a date in the calendar.
But, if I manually write a date with a dd/mm/yyyy format, it works well.
Have you got any idea where the issue comes from and any solution to solve it?
Thanks