Re: Deploying the CuteSoft Editor files to another location

  •  05-05-2010, 10:03 AM

    Re: Deploying the CuteSoft Editor files to another location

    Further complicating this we change the editor configuration file dynamically in our code:
     
    CuteEditor.ConfigurationPath="~/CuteSoft_Client/CuteEditor/Configuration/AutoConfigure/None.config"
     
    If I change the "~" to a fully qualified directory I get an error stating that the path must start with a "~". This contradicts
    your documentation that I can move the files to a separate virtual directory since the tilde implies that the
    referenced files reside within the application executing the request.
     
    Please clarify.
View Complete Thread