Kentico CMS 6.0 Developer's Guide

Overview

Overview

Previous topic Next topic Mail us feedback on this topic!  

Overview

Previous topic Next topic JavaScript is required for the print function Mail us feedback on this topic!  

Kentico Web Installer allows you to create a new project and (optionally) configure Microsoft IIS web server.

 

Step 1 - Select .NET Framework version

 

First, you need to choose whether you use:

 

.NET Framework 4.0 and Visual Studio 2010

.NET Framework 3.5 and Visual Studio 2008

 

Depending on your choice, the installer will use appropriate web.config and webproject.sln files. The binaries and code are the same for both options; they are compiled for .NET 3.5 SP1 and can be used with .NET 4.0 as well.

 

Then you need to select from the following:

 

Web site project (recommended)

Web application project

Windows Azure project

 

This determines which Visual Studio project type the web installer will create. The name of the solution file will be WebProject.sln for a web site project or WebApp.sln for a web application.

 

The last option creates a web application suitable for deployment to the Windows Azure Platform. For more information about this type of installation, please refer to the Windows Azure Deployment Guide.

 

devguide_clip1150

 

Step 2 - Choosing the target location

 

Choose one of the options. Click the link to view instructions for the selected option.

 

I want to use local IIS server - you must have local IIS server installed, running and configured for the version of ASP.NET which you chose in the previous step

I want to use built-in web server in Visual Studio - you must have Visual Studio or Visual Web Developer Express Edition installed on your local machine

I want to install Kentico CMS on a remote (production or testing) server - this option only copies the project files to a temporary folder on your disk and you need to copy the files to your production server manually (e.g. over FTP)

I want to modify existing Kentico CMS installation - this option modifies (adds or removes components) an existing installation on the local machine

 

devguide_clip0215