Website Settings

This view allows you to properly install and configure a new website on the target IIS Server.

Website settings

General

Name

The friendly name of the website. This field is of Formatted Type and can be edited using Smart Edit Control.

Warning! If, at install time, the site name is set to "Default Web Site", then the configuration for that site will be skipped. Only the settings configured for its child items (web applications and virtual directories) will be set and installed under "Default Website".

Physical Folder

You can set the root physical folder for the new website. Use the [ ... ] button to change the root location. The Folder Picker Dialog will be displayed allowing you to choose a folder.

Install Condition

You can set a condition for the installation of this website. The condition will be evaluated during maintenance as well. Edit this field using Smart Condition Edit Control.

TipUse the following recommended condition so that web sites can get removed or installed during maintenance depending on how the user sets their feature states:

(!WebSiteFeature = 3 AND &WebSiteFeature <> 2) OR (&WebSiteFeature = 3)

Where WebSiteFeature is the identifier of the feature containing the website's resources.

Physical Path Credentials

You can set the physical path credentials (eg. set a property-based username and password) by clicking on the Physical Path Credentials hyperlink. The Physical Path Credentials Dialog will be displayed.

Enable pre-loading

The website is loaded before the first request for it arrives from the users. This refers to database connections, .NET Framework, and the just-in-time compilation for ASP.NET applications, that usually get loaded the first time a user requests the website.

Having all the above already loaded will make improve the UX for the first user accessing the website.

Start website immediately

If this option is checked, the Advanced Installer IIS configuration tool will attempt to start the associated service instance for the newly created website.

Identity

Although you can configure a friendly name for your website, this plays absolutely no role in the server' configuration; it's mearly informative. However, if you want to manually configure a website (advanced settings) you must refer to it by its internal identifier (also called an index). This identifies the website within its server, as well as within a web form.

Automatic (recommended)

When Advanced Installer IIS configuration tool creates a website on a server, automatically assigns it the first available index on that system, so you don't have to worry about manually managing the conflicts between existing websites.

Manual

However, you may want to manually specify a website identifier (index). This can be a fixed project integer value or you can use a property reference to dynamically set its value at run time.

NoteIn case of an identity conflict, you have the option of assigning to the website the next available index on that server or to apply the "Error Policy" specified for that Web Site.

Error Policy

Action if duplicate

Select the IIS configuration tool's desired behavior when a duplicate website is found on the target server.

  • Skip item installation - when a duplicate website is found the installer will automatically skip the item's installation and continue the setup.
  • Rollback installation - when a duplicate website is found the installation will rollback with an error message.
  • Prompt user to skip item or rollback installation - when a duplicate website is found the user will be prompted to choose whether to continue the installation skipping that item or to abort.
  • Prompt user to overwrite item or rollback installation - when a duplicate website is found the user will be prompted to choose whether to continue the installation overwriting that item or to abort.

Warning!The overwrite operation cannot be undone by uninstall or rollback !