FCKeditor configuration and installation in Asp.net Environment

Source: Internet
Author: User
I don't know if you noticed it:

    • Freetextbox is no longer open-source, although I still have its previous open-source version.
    • The online editor used by csdn is excellent.
    • Its name is FCKeditor.
    • It is open-source
    • It has nothing to do with the platform. At least it supports ASP, Asp.net, and PHP.

Previously I used freetextbox (mainly known from the Community Server ). However, it is not as easy as you can imagine, mainly because the uploading of images is not completed. Well, let's get down to the point. Let's talk about how to deploy FCKeditor in Asp.net.

First, download the website. Note that you need to download two zip files, one of which is core, which is the core of FCKeditor. The second component is for. net. For ease of description, I will attach the actual file name and modify it flexibly in the future.

The downloaded core file is fckeditor_2.3.1.zip.

For. Net file named fckeditor.net_2.2.zip

Deployment steps:

Decompress fckeditor_2.3.1.zip and copy the FCKeditor to your IIS home directory. In fact, you can access http: // localhost/FCKeditor/and set http: // localhost/FCKeditor/fckconfig. JS variables:

_ Filebrowserlanguage, _ the value of quickuploadlanguage is changed to aspx, which is not difficult to do.

(Optional) delete the files and folders starting with '_' in the copied FCKeditor. Of course, if you are developing, you can also choose not to delete them, which are examples and debugging pages.

Decompress fckeditor.net_2.2.zip and add the new control in vs.net 2003. Add the file bin \ release \ fredck. fckeditorv2.dll. You can drag and drop the control at will.

(Important) copy the above DLL file to http: // localhost/FCKeditor/Editor/filemanager/upload/aspx/bin/

Then, in the IIS settings, make the http: // localhost/FCKeditor/Editor/filemanager/upload/aspx/directory run Aspx. Similarly, http: // localhost/FCKeditor/Editor/filemanager/Browser/default/connectors/aspx/must repeat the above process.

Another simpler method is to copy fredck. fckeditorv2.dll to the http: // localhost/FCKeditor/bin/directory, and then create an application in IIS.Program.

The purpose of this step is:

Http: // localhost/FCKeditor/Editor/filemanager/Browser/default/connectors/aspx/connector. aspx

Http: // localhost/FCKeditor/Editor/filemanager/upload/aspx/upload. aspx

These two files can work.

Now, you can Drag FCKeditor into aspx and set basepath to/FCKeditor.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.