The CKEditor.NET installation package comes with a few sample pages that can be used to try out the ASP.NET control. In order to view the working samples in your browser, proceed as follows (all instructions refer to Windows 7 and IIS, search the Internet for information on setting up other environments):
- Unpack the
_Samples
folder of the CKEditor.NET Control installation package toC:\inetpub\wwwroot
. If you do not have this folder in your system, you need to install Internet Information Services first. - Go to Control Panel –> System and Security –> Administrative Tools –> Internet Information Services (IIS) Manager. Find the
_Samples
folder under the Default Web Site tree. - Right-click the
_Samples
folder and select Convert to application. - From the Browse Application menu on the right-hand side choose Browse *:80 (http).
- The application will open in your default Internet browser. You can now browse the samples to see the CKEditor.NET Control at work.
The samples included in the installation package show some typical use cases of CKEditor when inserted into ASP.NET pages as well as various configuration options. We recommend to refer to their source files in order to see the implementation details. They can also be useful in case of any issues you might have while integrating the CKEditor.NET Control with your own website.