The standard starting block for App.config looks like this:
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
Is it possible to change "configuration" to other string value like "StartingConfiguration"
The standard starting block for App.config looks like this:
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
Is it possible to change "configuration" to other string value like "StartingConfiguration"