Is it possible to add other values to AppSettings
without breaking with the application?
Default values:
<appSettings>
<add key="Nome" value="ValorTeste" />
</appSettings>
I would like to leave it like this:
<appSettings>
<add key="Nome" value="ValorTeste" roles="TESTE" title="TESTE" />
</appSettings>
The new values will be saved by an external application.