Creating a new web site using wizard

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

The following chapters suppose you have previously installed a sample CorporateSite on your computer. We will leave the existing web site and add a new web site that will run on http://127.0.0.1.

 

 

Multiple sites and Visual Studio's built-in web server

 

If you're using the built-in web server in Visual Studio instead of IIS, you need to stop the CorporateSite site in the Site Manager -> Sites dialog first and then you can continue. Since the built-in web server doesn't support other domain than localhost, you will use the localhost domain again.

 

Sign in as Administrator to Site Manager -> Sites. Click New site wizard on the home page.

 

tutorial_clip0089

 

In the first step, choose to Use web site template. Click Next.

 

tutorial_clip0141

 

In the second step, choose the Blank site ASPX web site template: Click Next.

 

tutorial_clip0142

 

In the third step, enter the following details:

 

Site display name: My web site
Site code name: mysite
Domain: 127.0.0.1 - if you're using Visual Studio's built-in web server, set the default value to localhost

 

Click Next.

 

tutorial_clip0143

 

In the fourth step, you're asked to select objects which should be imported to your new site. Do not change anything and click Next.

 

tutorial_clip0144

 

In the fifth step, the progress of objects import is displayed. Click Next after Import has successfully finished appears.

 

tutorial_clip0187

 

You will see the confirmation message.

 

tutorial_clip0145

 

Click the Edit your new web site link. A new window with Kentico CMS Desk opens at domain 127.0.0.1. You need to sign in again since the authentication is not shared over different domains. After you sign in, you will see your new, empty web site:

 

tutorial_clip0146

 

You have created the base for your new web site. In the next chapters, you will learn how to implement the required design.

 

Page url: http://devnet.kentico.com/docs/tutorial_aspx/index.html?creating_a_new_web_site_using_wizard_aspx.htm