Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Editor for .NET
»
Re: URGENT: LOAD.ASHX CAUSES MAJOR ISSUES WITH LOAD BALANCER
Re: URGENT: LOAD.ASHX CAUSES MAJOR ISSUES WITH LOAD BALANCER
01-10-2012, 2:15 AM
cutechat
Joined on 07-22-2004
Posts 2,332
Re: URGENT: LOAD.ASHX CAUSES MAJOR ISSUES WITH LOAD BALANCER
Reply
Quote
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