Security warning with the latest version 6.6

Last post 05-05-2010, 3:46 AM by Kenneth. 1 replies.
Sort Posts: Previous Next
  •  05-04-2010, 5:55 AM 60667

    Security warning with the latest version 6.6

    Hi Ken,
     
    We have upgraded our CuteEdior version 6.0 to 6.6 and suddenly the security warning dialog box starts appear while loading HTML Editor in IE 8 as our application is in HTTPS.
    While going through the issue I found that the Load.ashx call for SyntaxHighlighter.css is in http other than all with https as below:
     
     
    please let us know the solution .
     
    Thanks,
    Sanjay
  •  05-05-2010, 3:46 AM 60706 in reply to 60667

    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 as RSS news feed in XML