1: <?xml version="1.0" encoding="Windows-1252"?>
2: <configuration>
3: <appSettings>
4: <!--these are comments-->
5: <!--this is where you set the key/value pair-->
6: <add key="myKeyValue" value="my value from the configuration file"/>
7: </appSettings>
8: </configuration>
9: