Web application stops working

Build 1501 on 14/Nov/2017  This topic last edited on: 4/Sep/2015, at 16:27

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.