Hello,
I have CKEditor in my asp.net application. When I modify config.js file, changes are not reflected in the execution. I need to change BasePath="~/ckeditor/" attribute to a new folder, where I put the new configuration file (and entire ckeditor folder). For example:
BasePath="~/ckeditor2/"
I would like to avoid to copy/paste ckeditor folder, rename it and point that in BasePath attribute.
Any idea?
Thanks in advance.