Ckeditor is not working in IIS Server
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