Release 1.0 - ...
<service> element
Adds a new service to the list of services.
Example
| XML |
Copy Code
|
<service id="InteropService" type="Smartsite.Core.Services.InteropService, Smartsite.Services" enabled="true" />
|
Attributes
| Attribute name |
Required |
Description |
| id |
Yes |
Unique id of the service. |
| type |
Yes |
A reference to the .Net type that defines this service. |
| enabled |
No |
True if the service is enabled, false otherwise. |
| required |
No |
Specifies if this service is required (defaults to True for every service). Since iXperion RC2, when a required service fails to start (e.g. because the configured address is already in use) the Site itself will fail to start as well. |
Parent element
| Element name |
Description |
| <services> |
Contains the WCF services that Smartsite runs. |
Child elements
None.