Web application installation

Top  Previous  Next

Now you should see the Kentico CMS Web Installer. If you cannot see it, you can always run it from Start menu -> All Programs -> Kentico CMS 3.x -> Kentico CMS Web Installer.

 

clip0164

 

First, you need to choose the version of .NET Framework and Visual Studio that you wish to use. Click Next.

 

clip0165

 

Choose to use either IIS server or Visual Studio 2005 built-in web server (if you do not have IIS installed). Click Next.

 

IIS installation

 

If you choose the IIS server, you can choose the web site where the virtual directory will be created and the folder on your local disk where project files will be deployed. The installer will create a new virtual directory on your server and configure it for ASP.NET. Click Next.

 

Please note: if you're installing Kentico CMS into the root of your web site (such as http://www.domain.com) and do not wish to create a virtual directory (such as http://www.domain.com/cms), please check the This is an installation to the root (do not create virtual directory) check-box.

 

clip0286

 

 

VS2005 installation

 

If you chose to use the built-in server in VS2005, you only need to specify the local disk where the project files will be deployed. Click Finish.

 

clip0003

 

 

Type of installation

 

No matter if you chose the IIS or VS installation, the next step after specifying the target folder is the selection of installation type. The following two types of installation are available:

 

Full installation - this is the recommended option for the purposes of this tutorial; in this type of installation, all components of the CMS will be installed
Custom installation - in this type of installation, one extra step will be displayed, letting you choose which components you want to include in the installation

 

Click Next to start the installation process.

 

clip0004

 

After the setup copies all files, you will see the link for opening the web application in browser or the web project in Visual Studio. Click the link.

 

Opening the web site in VS2005

 

If you chose VS2005 installation, the project is opened in VS2005:

 

clip0008

 

Choose Debug -> Start without debugging from the main menu. The site will be displayed in new browser window using the built-in web server.

 

 

 

When you cannot open the web site in Visual Studio 2005

 

If the link for opening the project in Visual Studio doesn't work, you may need to start Visual Studio manually and choose File -> Open -> Web Site... and locate the project folder on your disk manually.