Hi,
you can run multiple sites in one Kentico installation. You need to only configure IIS correctly:
Multiple sites in one istallationThen try to create site using default templates. For example install Corporate site on domain localhost and E-commerce site on 127.0.0.1.
Then you will see the first site using:
http://localhsot/<virtual directory or nothing>/home.aspx
and the second site on:
http://127.0.0.1/<virtual directory or nothing>/home.aspx
Both sites can be running in the same time and only one folder in the project folder is created in your file system as most of content is stored in the database. Some files are stored under site specific folders under the root directory.
In case you need two physical folders please take a look here:
Multiple files in subfoldersBest regards,
Ivana Tomanickova