Listing 3-11 extracted from chapter Build, deploy and configure your .NET applications
Listing 3-10< > Listing 3-12
<?xml version="1.0" encoding="utf-8" ?> <configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0"> <appSettings> <add key="MyInt" value="1234"/> </appSettings> </configuration>