Installation
Installing CKEditor is an easy task. Just follow these simple steps:
1、Download the latest version of the editor from our web site: http://ckeditor.com. You should have already completed this step, but be sure you have the very latest version.
2、Extract (decompress) the downloaded file into the root of your web site.
Integrating CKEditor for ASP.NET with Your Page
If you want to integrate CKEditor with your ASP.NET page, follow the steps outlined below.
1、Go to the official CKEditor download site and download the latest versions of both CKEditor 3.x and the CKEditor for ASP.NET Control.
2、Unpack both installation packages to a desired location.
3、Add a reference to the CKEditor for ASP.NET Control to your website.
In Visual Studio use the Add Reference command and browse to the bin\Release\CKEditor.NET.dll file from the bin folder of your application.
4、unpacked CKEditor for ASP.NET installation package. You can also manually copy the DLL file to the bin folder of your application.
5、Copy the unpacked editor files from the CKEditor 3.x installation package and paste them into the application directory of your website.
Register the CKEditor for ASP.NET Control in your page: