Re: Security warning with the latest version 6.6

  •  05-05-2010, 3:46 AM

    Re: Security warning with the latest version 6.6

    Hi sanjay.joshi,
     
    Can you delete the entire client folder "CuteSoft_Client" and re-deploy it by the new version and try again?
     
    Whe you done it, try a simple page on you site, like below
     
    1. <%@ Page Language="C#" ValidateRequest="false" %>   
    2.   
    3. <%@ Register TagPrefix="CE" Namespace="CuteEditor" Assembly="CuteEditor" %>   
    4. <html>   
    5. <head>   
    6. </head>   
    7. <body>   
    8.     <form id="Form1" runat="server">   
    9.         <CE:Editor ID="editor1" runat="server">   
    10.         </CE:Editor>   
    11.     </form>   
    12. </body>   
    13. </html>  
    If you still get this issue. Open file "CuteSoft_Client\CuteEditor\Template.aspx", find section below and delete it.
     
    <link type="text/css" rel="stylesheet" href='<%=ResolveUrl("Load.ashx?type=style&file=SyntaxHighlighter.css")%>' />
     
    Regards,
     
    ken
View Complete Thread