2
You can add other values to AppSettings
without breaking with the application?
Standard values:
<appSettings>
<add key="Nome" value="ValorTeste" />
</appSettings>
I’d like to leave you like this:
<appSettings>
<add key="Nome" value="ValorTeste" roles="TESTE" title="TESTE" />
</appSettings>
New values will be saved by an external application.