|
||
The following topics assume that you have previously installed a sample Corporate Site. We will leave the existing website and add a new site running under the http://127.0.0.1 domain.
|
Multiple sites and Visual Studio's built-in web server
If you are 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 any other domain than localhost, you will use the localhost domain again. |
1. Sign in as Administrator to Site Manager -> Sites.
2. Click New site wizard.
The New site wizard opens.
3. Select Use website template.
Click Next.
4. Choose the Blank site ASPX website template.
Click Next.
5. Enter the following details for the website:
•Site display name: My website
•Site code name: mysite
•Domain: 127.0.0.1 (if you are using Visual Studio's built-in web server, set the Domain value to localhost)
Click Next.
6. The fourth step of the wizard allows you to select which objects the system imports into the new site. Do not change anything and click Next.
The fifth step shows the progress of the object import.
7. Click Edit your new website once the import is complete.
A new browser window with Kentico CMS Desk opens at domain 127.0.0.1. You need to sign in again since authentication is not shared across different domains by default. After you sign in, you will see your new, empty website:
You have created the base for your new website. The next topics describe how to implement the required design.