CuteEditor CuteEditor6.4中文版本
   首页| 在线演示(C#)| 在线演示(VB)| 开发部署| 常见问题| 高级应用| 支持论坛| 版本特征对比| cuteEditor免费下载
 

Deployment the Cute Editor for .NET

The following guide shows the steps to implement a CuteEditor for .NET Control into ASP.NET applications. If you haven't downloaded the software, please download the software copy from:   http://cutesoft.net/download/CuteEditor_for_NET6.zip.

Deploying the CuteEditor.dll assembly and license file


The following files should be deployed to the \bin directory for the web application that uses the CuteEditor.

  • CuteEditor.dll
  • NetSpell.SpellChecker.dll
  • CuteEditor.lic

Deploying the CuteEditor Client files.


The "CuteSoft_Client/CuteEditor" folder and all file it contains (located in the archive) should be deployed to http://{your site}/{your application}/CuteSoft_Client/CuteEditor/ on your web site.


If you want to deploy the CuteEditor Client file to a different location, you will have to make sure that you set your editor FilesPath property correctly. The control expects to find the all the files and images in the files directory specified by the control FilesPath property.


Copying the sample files


If you want to launch the sample right away, place the cs/default.aspx or vb/default.aspx in your application folder.


Running the samples


Access the editor via http://localhost/webapplication1/cs/default.aspx or http://localhost/webapplication1/vb/default.aspx