Website SettingsCopy link to this sectionLink to this section copied!

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

Website settings

GeneralCopy link to this sectionLink to this section copied!

NameCopy link to this sectionLink to this section copied!

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 FolderCopy link to this sectionLink to this section copied!

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 ConditionCopy link to this sectionLink to this section copied!

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 CredentialsCopy link to this sectionLink to this section copied!

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-loadingCopy link to this sectionLink to this section copied!

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 immediatelyCopy link to this sectionLink to this section copied!

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

IdentityCopy link to this sectionLink to this section copied!

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.

ManualCopy link to this sectionLink to this section copied!

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 PolicyCopy link to this sectionLink to this section copied!

Action if duplicateCopy link to this sectionLink to this section copied!

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 !