Folder Structure (CuteSoft_Client in parent application)

  •  06-13-2006, 7:42 AM

    Folder Structure (CuteSoft_Client in parent application)

    Is it possible to have the CuteSoft_Client folder at the root of a website (which is a 2.0 web app) and be referenced by web apps further down the folder structure (both 1.1 and 2.0)?  I tried it once and received a SecurityPolicyFile error when attempting to load the downstream application. 
     
    In this example, I want the editor client files to be at the 'BusinessDesk' level.  I am trying to load the CopyManager app.  I've enclosed the aspx editor tag for reference.
     
       

    <CE:Editor id="Editor1" Width="350" runat="server" EditorWysiwygModeCss="/BusinessDesk/css/Editor.css" FilesPath="/BusinessDesk/CuteSoft_Client/CuteEditor/" SecurityPolicyFile="/BusinessDesk/CuteSoft_Client/CuteEditor/Configuration/Security/default.config" ThemeType="OfficeXP" EnableContextMenu="False" ConfigurationPath="/BusinessDesk/Config/ToolsEditor.config" />

View Complete Thread