I have hosted one of my site on IIS 7, WS2008. Later i have realize there is some datetime format issue, like me expecting things in dd/MM/yyyy format but it was in MM/dd/yy
After lot's of hunt i have found the solution of my problem:
1) Change the datetime format of your server from:
Control Panel -> Regional and Language Options -> Advanced
2) Open IIS and follow below steps: (For IIS7)
- Click on you Website - Select .NET GLOBALIZATION option - From Culture tab, select required Culture and UI Culture. - Finally iisreset. - Dones....
Change the datetime format of your server from:
Control Panel -> Regional and Language Options -> Advanced
Open IIS and follow below steps: (For IIS7)
This Answer posted by Sham worked for us. We were upgrading the server and there were no changes in application or DB but after upgrade we got string format issue for date time. Above suggestion helped me...
Change in registry entry
regedit >> HKEY_USERS >> DEFAULT >> Control Panel >> International
and we have changed "sLongDate" and "sShortDate" key in dd MM yyyy format
and restart server.