Release 1.3 - ...
<site> element
Note: This element is introduced in Smi 2.0.
The site element defines the Smi site whereto the statistical information is sent.
Although you usually have one site configured, it is possible to send the statistical data to two or more sites. Each of these sites may use different exclude filters to collect statistical data on different SmiServer instances or on multiple sites on a single SmiServer instance. By using the exclude filters you can have a single Smartsite site (from a technical point of view) that runs two or more different websites accessible from different domains (from a user perspective).
Attributes
| Attribute name |
Required |
Description |
| name |
Yes |
Name of the site. Note that this name must match the name of the site as defined in Smiserver.exe.config. |
| friendlyname |
No |
Friendly name of the site. This name is displayed when you look at the Smi page that displays the list of sites available. |
| description |
No |
Description of the site. This description is displayed when you look at the Smi page that displays the list of sites available. |
| endpointname |
No |
Name of the WCF endpoint of the HitService defined in the Web.config file. You can have a different WCF endpoint for each SmiServer instance that you are running but usually you'll have one single SmiServer instance that runs multiple sites. If this attribute is not specified and there is only one endpoint, that endpoint will be used. |
| type |
Yes |
This attribute defines if this site is used as a site that collects information or if this site is used as a readonly site where no information is collected but the information can only be viewed.
| Value |
Means |
|
collect |
Information is collected by this site but it cannot be viewed from this site. |
| collectandreport |
Information is collected by this site and it can be viewed from this site. |
|
report |
No information is collected by this site but it can be viewed from this site. |
| remotereport |
No information is collected by this site but it can be viewed from this site. Because the site of which you are viewing the statistical information is not the same site as the site you are using to watch the report, some information is not available in the reports. | |
| password |
No |
The password that is required to access this site on SmiServer. This password must match the password defined in SmiServer.exe.config. |
| enabled |
No |
Enables or disables the site. Valid values are true or false. |
Parent element
Child elements
| Element name |
Description |
| <exclude> |
Defines which requests to Smartsite are excluded from the Smi statistics. |
| <security> |
Describes the security element for each site in Smartsite.ManagementInformation.config. |
| <filter> |
Describes how to use the filter element |