Re: URGENT: LOAD.ASHX CAUSES MAJOR ISSUES WITH LOAD BALANCER

  •  01-10-2012, 2:15 AM

    Re: URGENT: LOAD.ASHX CAUSES MAJOR ISSUES WITH LOAD BALANCER

    Hi,
     
    Yes, the code have something wrong for load balancing.
     
    Please add this to web.config to fix it as a temp solution:
     
    <appSettings>
        <add key="CuteEditorIgnore304" value="True" />
    </appSettings>
     
    (The version we updated it 3 dyas ago)
     
    Regards, Terry
     
View Complete Thread