1
Answer

Ckeditor is not working in IIS Server

Ranjeeth kumar

Ranjeeth kumar

8y
2.1k
1
In my web application, I am using CK editor, it is perfectly working in local system but when I host into `IIS` server Ck Editor is not working properly. If I change any thing in ck editor `Config.js` file is not working in IIS Server. How can i slove this issue?

My editor:


<CKEditor:CKEditorControl ID="CKEditor1" BasePath="~/ckeditor/" runat="server" Width="1108px" Height="383px">
</CKEditor:CKEditorControl>

Can anyone please tell me How can I solve this issue

Thank you
Answers (1)