problems with CuteEditorDefaultFilesPath

Last post 02-23-2008, 3:03 PM by nadiralishah. 11 replies.
Sort Posts: Previous Next
  •  02-13-2008, 11:43 AM 37010

    problems with CuteEditorDefaultFilesPath

    Hello,
     
    As you mentioned in your several posts that FilesPath property has been obsoleted..
     
    And now you suggested to several customers to change the editor path like this;
      
    <add key="CuteEditorDefaultFilesPath" value="~/Editor" /> on web.config appsettings..
     
    But my problem is;
     
    for an application, there can only be a single web.config file obviously...
     
    And i need to use the seperate copies of the editor with in the same application to share the load..
     
    how i need is, some pages will use this one editor;
     
    /Editor/MainPage_Editor/CuteSoft_Client/CuteEditor
     
    but some pages will  use this one editor;
     
    /Editor/SubPage_Editor/CuteSoft_Client/CuteEditor


    So, kindly let me know, is this possible to use seperate copies of the editor within the same application.. If YES, then how? kindly suggest...

    waiting for your great response..


    regards,

    Nadir Ali Shah
  •  02-13-2008, 11:55 AM 37013 in reply to 37010

    Re: problems with CuteEditorDefaultFilesPath

    Please follow the steps below:
     
    1. Copy the files under CuteEditor to the target directory.
     
    2. Map the directory in IIS as a virtual directory only (not application).
     
    3. Add the following entry into your web.config.
     
    <add key="CuteEditorDefaultFilesPath" value="~/editor" />
     
    Hope it helps.

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  02-13-2008, 12:10 PM 37019 in reply to 37013

    Re: problems with CuteEditorDefaultFilesPath

    please try to read my question carefully and try to understand my problem.. what you are suggesting cannot workable for me..
     
    before posting my question, i preferred to search in this forum first.. and gone through with this answer already..
     
    what you are suggesting cannot work for me..
     
    i repeat: there can be only one web.config file for an application.. but i need to use seperate copies of the editor with in the same application to share the load..
     
    you suggested this;
     
    <add key="CuteEditorDefaultFilesPath" value="~/editor" />
     
    using your suggession, only one copy of editor can work... please try to understand this my problem;
     
    But my problem is;
     
    for an application, there can only be a single web.config file obviously...
     
    And i need to use the seperate copies of the editor with in the same application to share the load..
     
    how i need is, some pages will use this one editor;
     
    /Editor/MainPage_Editor/CuteSoft_Client/CuteEditor
     
    but some pages will  use this one editor;
     
    /Editor/SubPage_Editor/CuteSoft_Client/CuteEditor


    So, kindly let me know, is this possible to use seperate copies of the editor within the same application.. If YES, then how? kindly suggest...
     
     
    regards,
     
    nadir ali shah
  •  02-14-2008, 9:59 AM 37048 in reply to 37013

    Re: problems with CuteEditorDefaultFilesPath

    Kindly do not ignore my question.. This is very important for me...
     
    i saw you replied to the questions of other peoples, but ignored to give me response.. 
     
    Please be responsive...
     
    please read the question carefully and suggest a solution..
     
    your help will be appreciatable..
  •  02-14-2008, 10:51 AM 37053 in reply to 37048

    Re: problems with CuteEditorDefaultFilesPath

    1. The setting in the web.config file <add key="CuteEditorDefaultFilesPath" value="~/Editor" /> which allows you have on copy of cute editor client files in your server and use it all over your applications.
     
    2. If you need to put many copies of cute editor client files in your server, don't use this option.
     
    By the default, CuteEditor client files apth is: ~/CuteSoft_clients/CuteEditor.
     
    Hope it helps.
     

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  02-16-2008, 9:36 AM 37086 in reply to 37053

    Re: problems with CuteEditorDefaultFilesPath

    Yes, i need to put 4 seperate copies of cute editor client files in my server..
     
    But, your reply is stills not helpful to me.. please help...
     
    here is the directory path, how i need to put cute editor on my server;
     
    1) MainPage_Editor/CuteSoft_Client/CuteEditor
    2) SubPage_Editor/CuteSoft_Client/CuteEditor
    3) FormPage_Editor/CuteSoft_Client/CuteEditor
    4) PoweredBar_Editor/CuteSoft_Client/CuteEditor

    so, what i need is to share the load... i need some pages to use the editor copy resides at this path;

    MainPage_Editor/CuteSoft_Client/CuteEditor

    some pages should use this one editor;

    SubPage_Editor/CuteSoft_Client/CuteEditor

    some pages should use this one editor;

    FormPage_Editor/CuteSoft_Client/CuteEditor

    and some pages should use this one editor;

    PoweredBar_Editor/CuteSoft_Client/CuteEditor


    please help with an example, how can i setup seperate 4 copies of this editor on my server..
     
    waiting for your prompt response with a great resolution of this issue.
     
    regards,
     
    Nadir Ali Shah
  •  02-19-2008, 11:48 AM 37156 in reply to 37053

    Re: problems with CuteEditorDefaultFilesPath

    Stills waiting for your response... 
     
    Yes, i need to put 4 seperate copies of cute editor client files in my server..
     
    But, your reply is stills not helpful to me.. please help...
     
    here is the directory path, how i need to put cute editor on my server;
     
    1) MainPage_Editor/CuteSoft_Client/CuteEditor
    2) SubPage_Editor/CuteSoft_Client/CuteEditor
    3) FormPage_Editor/CuteSoft_Client/CuteEditor
    4) PoweredBar_Editor/CuteSoft_Client/CuteEditor

    so, what i need is to share the load... i need some pages to use the editor copy resides at this path;

    MainPage_Editor/CuteSoft_Client/CuteEditor

    some pages should use this one editor;

    SubPage_Editor/CuteSoft_Client/CuteEditor

    some pages should use this one editor;

    FormPage_Editor/CuteSoft_Client/CuteEditor

    and some pages should use this one editor;

    PoweredBar_Editor/CuteSoft_Client/CuteEditor


    please help with an example, how can i setup seperate 4 copies of this editor on my server..
     
    waiting for your prompt response with a great resolution of this issue.
     
    regards,
     
    Nadir Ali Shah
  •  02-20-2008, 1:28 PM 37194 in reply to 37156

    Re: problems with CuteEditorDefaultFilesPath

    Why do you need 4 copies to share load?  You do not provide enough information for this case - and yet you are very persistent.  The webserver is designed to chare load - no need to split directories - this does not help  - in fact is worse, since the files can be cached on hardware devices and IIS.
     
    Do you need separate looks for the editor?
    Are you making each editor have different access?
     
    Please elaborate - as you are probably going about it wrong if you are making 4 copies.  If it is to have different access - as to allow certain people to access different folders - then you should hold this stated info on the server or a cookie.
     
    regards,
    Dave
  •  02-21-2008, 2:26 PM 37247 in reply to 37194

    Re: problems with CuteEditorDefaultFilesPath

    There are some non disclosure business logics that i won't share.. i just need the resolution of this issue..
     
    i really need to run 4 seperate copies of this same editor..
     
    stills waiting for the solution of this problem..
  •  02-22-2008, 3:15 AM 37277 in reply to 37247

    Re: problems with CuteEditorDefaultFilesPath

    I will sign an NDA if you want to discuss further.
     
    Otherwise, my suggestion is to wrap the control in a UserControl - then you can force any functionality you require without making copies of the editor.  The simple answer is you do not need to make 4 copies - you are coding wrong.
     
    D.

  •  02-22-2008, 11:35 AM 37282 in reply to 37277

    Re: problems with CuteEditorDefaultFilesPath

    Thanks for your comments.. but i just need to use 4 copies..
  •  02-23-2008, 3:03 PM 37312 in reply to 37053

    Re: problems with CuteEditorDefaultFilesPath

    i cannot understand your below suggession, please try to explain more clearly what you mean;
     
    2. If you need to put many copies of cute editor client files in your server, don't use this option.
     
    By the default, CuteEditor client files apth is: ~/CuteSoft_clients/CuteEditor.
     
View as RSS news feed in XML