First, review the instance configuration in TutorialICF.xml. The instance configuration defines an instance of Notification Services, called Tutorial, that hosts the Weather application.
During this tutorial, you will not be modifying TutorialICF.xml, but you should know what the file contains.

To review the ICF
-
In Solution Explorer, expand Tutorial, and then expand Miscellaneous.
-
Double-click TutorialICF.xml.
The ICF contains the following elements:
-
A ParameterDefaults element that contains default values for ICF and ADF parameters.
-
An InstanceName element that specifies the Notification Services instance name, which is Tutorial.
-
A SqlServerSystem element that specifies the instance of SQL Server that will host the Notification Services databases. The element contains a parameter, %_DBEngineInstance_%. The value for this parameter is provided by the parameter defaults, and can be overridden when you create or update the instance.
-
An Applications element that contains basic information about the Weather application. This includes the application name, folder, ADF location, and the names and values of any replaceable parameters in the ADF. The Weather application uses two parameters: %_InstancePath_% and %_ServerName_%. Values for these parameters are provided by the parameter defaults, and can be overridden when you create or update the instance.
-
A DeliveryChannels element that defines a delivery channel for the built-in File delivery protocol. The Weather application will use the File delivery protocol to deliver notifications to the delivery channel named FileChannel. These notifications will be written to a file named FileNotifications.htm.