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....