The presence of the "Legacy" value of xhtmlConformance mode in your web.config file may cause various problems if on the server you have AJAX extension installed, or after you added it:
<configuration>
<system.web>
<xhtmlConformance mode="Legacy" />
</system.web>
</configuration>
Comment the line in red to re-instate the normal functionality.