We are using multiple instances of cute editor in our web application. We are facing issues when moved our application to a new environment.
we are getting abborted status for few requests like the one below in fire bug .
http://domain/CuteSoft_Client/CuteEditor/Load.ashx?type=script&verfix=1003&file=spell.js
In HttpWatch we are getting NS_ERROR_NET_RESET result for few requests.
eg:http://domain/CuteSoft_Client/CuteEditor/Load.ashx?type=style&file=SyntaxHighlighter.css
In between we are getting this type error
TypeError: window.CuteEditorInitialize is not a function
there is no chance of missing resources in CuteSoft_Client. It is working fine in the old environment.
Please help......