I have a website developed in Visual Studio, and tested with the IIS Express coming with VS. Everything is fine in the testing phase. The website looks good both in Firefox and IE.
But when uploaded to the IIS Server, the site is only normally rendered in Firefox. Crappy in IE.
I found the DOCTYPE was automatically changed from "Transitional" into "Strict". Why do they change this? And how can we force the IIS to display correctly?