The ZIP is used to install Telerik RadEditor manually for upgrading or updating purposes. The folder structure is different from the EXE installation. You need to be familiar with with ASP.NET, IIS, setting permissions and creating virtual folders. Commonly, the ZIP is installed directly in inetpub/wwwroot.
Install Telerik RadEditor with IIS running
To install Telerik RadEditor on your machine from the ZIP file, follow the instructions below:
- Log in your Client.NET account.
- Go to My licenses and click My Purchases (or My Free Trials if you are a trial user).
- Click Telerik RadEditor.
- Go to the Download tab to download the Manual installation (ZIP) file.
What does the ZIP contain?
The
ZIP file contains the following folders:
- DeploymentActions folder - contains the files required for the automatic deployment of Telerik RadEditor - this folder is not needed when installing the control from the ZIP
- Help folder - contains all files and folders required for generating Help2
- NET1 folder - contains the needed files and folders for deploying Telerik RadEditor under ASP.NET1.x
- NET2 folder - contains the needed files and folders for deploying Telerik RadEditor under ASP.NET2.x
 |
The latest package available for download already has all updates/HOTFIXES applied. There is no need to update it further. |
- Once the download completes, create a RadEditor folder in your IIS's inetpub/wwwroot folder.
- From the downloaded file, extract all files from the NET2 folder into inetpub/wwwroot/RadEditor folder. After the process ends, the inetpub/wwwroot/RadEditor/ folder should contain the following files and folders:
- App_Themes folder - contains some .NET2.0 themes provided by Telerik
- bin folder - contains the .dll file(s)
- Common folder - contains JavaScripts, css files and/or ascx files
- Img folder - contains system images
- RadControls folder - contains the clients-side JavaScript and resource files. You will need to copy this folder in your web application only if you intend to use skins different from the default or if you plan to modify the JavaScript files.
Exceptions: Because of the specific control features, you will always need to copy RadControls for RadChart, RadEditor, RadSpell, RadUpload and RadWindow products.
- editor folder - contains the running examples from the Quick-Start framework
- other project files.
- Create a .NET2 virtual directory for the folder where you unzipped the files.
How?
This is accomplished through the Internet Information Services console on your machine:
Start -> Settings -> Control Panel -> Administrative Tools -> Internet Information Services:
- Right-click the folder you have created (RadEditor).
- Select Properties.
- Click the Create button. The application name will become RadEditor.
- Click Apply.
- Click the ASP.NET tab.
- From the drop-down list, select your ASP.NET 2.0 version:

- Click OK.
- Give full permissions to the ASPNET user (if you are using IIS5) or to the Network Service account (under IIS6, Windows Server 2003) on the folder where the files were unzipped. See Setting ASNET (Network Service) Permissions for more information.
To run the examples, paste the following link in your browser: http://localhost/RadEditor
Install Telerik RadEditor without or with IIS stopped (VS 2005 Only)
To install Telerik RadEditor on your machine from the ZIP file, follow the instructions below:
- Log in your Client.NET account.
- Go to My licenses and click My Purchases (or My Free Trials if you are a trial user).
- Click Telerik RadEditor.
- Go to the Download tab to download the Manual installation (ZIP) file.
What does the ZIP contain?
The
ZIP file contains the following folders:
- DeploymentActions folder - contains the files required for the automatic deployment of Telerik RadEditor - this folder is not needed when installing the control from the ZIP
- Help folder - contains all files and folders required for generating Help2
- NET1 folder - contains the needed files and folders for deploying Telerik RadEditor under ASP.NET1.x
- NET2 folder - contains the needed files and folders for deploying Telerik RadEditor under ASP.NET2.x
 |
The latest package available for download already has all updates/HOTFIXES applied. There is no need to update it further. |
- From the downloaded file, extract all files from the NET2 folder into folder at a convenient location on your disk. After the process ends, the folder should contain the following files and folders:
- App_Themes folder - contains some .NET2.0 themes provided by Telerik
- bin folder - contains the .dll file(s)
- Common folder - contains JavaScripts, css files and/or ascx files
- Img folder - contains system images
- RadControls folder - contains the clients-side JavaScript and resource files. You will need to copy this folder in your web application only if you intend to use skins different from the default or if you plan to modify the JavaScript files.
- editor folder - contains the running examples from the Quick-Start framework
- other project files.
- Open and Run (Ctrl+F5) Quick-Start Framework VisualStudio Web Site using the provided solution file ControlsExamples.sln in the NET2 folder. VisualStudio 2005 will start the QSF locally using the integrated ASP.NET Development Server.
To register the MS Help 2 files to VisualStudio and MSDN, please review the following link:
http://www.telerik.com/Default.aspx?PageId=2657
To add Telerik RadEditor to the VS.NET toolbox, review Adding Telerik RadEditor to the Visual Studio 2005 Toolbox.
To use the Telerik RadEditor in your project, please review Adding Telerik RadEditor to an ASP.NET WebForm.
 |
DO NOT include/add the examples in your VS.NET project as this will break the Telerik control(s). |
See Also