When you have a website which display’s a SQL Server Reporting (SSRS) Report, you might run into the problem that your date fields are in the format of: MM-DD-YYYY, but you want it to be DD-MM-YYYY (for me that is the dutch setting).
You can change this by changing the locale setting of APS in IIS7. Here is how:
- Open IIS manager
- navigate to your website’s feature view.
- open the ASP feature
- change to Locale ID setting to the one that matches your country (for a list, see http://www.pagedowntech.com/faq/faq.asp?faqid=21)
- Restart IIS








