Access Denied Error when reloading Cute Editor

Last post 07-13-2011, 7:29 AM by Kenneth. 3 replies.
Sort Posts: Previous Next
  •  07-08-2011, 12:42 AM 68386

    Access Denied Error when reloading Cute Editor

    Hi,
     
    I have integrated cute editor in my .Net web application. Cute Editor is set to launch and load dynamically upon call. For the first load there are no script error produced but from 2nd and subsequent calls onwards, there is access denied error as below being thrown out each time loading the editor.
     
    Script called captured from fire bug: http://localhost/PARC2/CuteSoft_Client/CuteEditor/Load.ashx?type=contextmenu&mode=Default&setting=!3wEWAgUFZW4tdXMFAyRhMe7vEUbcvS5awv8ZZESQidymlVO3ZODEfjGwEgyeJixL&Theme=Office2003& 
     
    Reponse received from fire bug
    Error:Unable upload data via Flash+NTLMError:Unable upload data via Flash+NTLMError:Unable upload data  via Flash+NTLM
    The editor sometimes will load correctly and sometimes won't but the above access denied error is consistent.
     
    May I know what had caused this error to be thrown out? And Is there any configuration that I missed out which caused this error?
     
    Thanks in advance for any advice given. 
  •  07-08-2011, 9:36 AM 68390 in reply to 68386

    Re: Access Denied Error when reloading Cute Editor

    Hi yuenli,
     
    Please refer to http://cutesoft.net/forums/thread/63660.aspx, what's the build date of cuteeditor.dll in your installation?
     
    Thanks for asking
  •  07-12-2011, 9:02 PM 68447 in reply to 68390

    Re: Access Denied Error when reloading Cute Editor

    Hi Eric,
     
    This is the build date CuteEditor 6.6 Build 2011-02-22 
  •  07-13-2011, 7:29 AM 68468 in reply to 68447

    Re: Access Denied Error when reloading Cute Editor

    Hi yuenli,
     
    Can you reproduce this issue by the example page below? Is some test pages online? So we can check it for you.
     
    <%@ Page Language="C#" AutoEventWireup="true" %>

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <%@ Register TagPrefix="CE" Namespace="CuteEditor" Assembly="CuteEditor" %>
    <html>
    <head>
        <title>example</title>
    </head>
    <body>
        <form id="Form1" runat="server">
            <CE:Editor ID="Editor1" runat="server">
            </CE:Editor>
        </form>
    </body>
    </html>
     
     
    Regards,
     
    ken
View as RSS news feed in XML