i use CKEditor.NET for some websites but this time though it's working on local it shows a textarea instead of editor itself in which html codes are visible.
i uploaded the same project to another host in which it's fully functional.
i checked IE, FF and Chrome so it's not on browser.
what can be the reson for such thing?
regards
i uploaded the same project to another host in which it's fully functional.
i checked IE, FF and Chrome so it's not on browser.
what can be the reson for such thing?
regards
Check the base folder
Hi Guy,
Check your base folder on your html asp.net file. Instead of put like this: BasePath="/ckEditor_Full/", user this: BasePath="ckEditor_Full/"
without "/" so that your browser can identify your basepath as a folder inside the main structure.
Now it´s working fine here.