AddConfigurationMessage Method

Adds a message to the IIS Transform Manager configuration.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method AddConfigurationMessage(String) Adds the specified message to the IIS Transform Manager configuration.
Public method AddConfigurationMessage(String, ConfigurationMessageSeverity) Adds the specified message to the IIS Transform Manager configuration using the specified severity value.

Top

Remarks

Several IIS Transform Manager configuration object types are derived from this base class, such as task definitions and job templates. Instances of these objects can be added to the configuration by copying files into the configuration directory. When IIS Transform Manager starts, it reads all of the configuration files and validates some of the data. If there is a problem with the validation, a configuration message is added to the base class of the object that has the problem. The messages can be seen in the UI and are reported in logs.

See Also

Reference

ConfigurationBase Class

Microsoft.Web.Media.TransformManager Namespace