I have these connection strings in App.config
from another project :
<connectionStrings>
<add name="ConexaoTeste1"
connectionString="RGF0YSBTb3VyY2U9JCQkXFNRTEVYUFJFU1M7SW5pdGlhbCBDYXRhbG9nPXRlc3RlOw=="
providerName="System.Data.SqlClient"/>
<add name="ConexaoTeste2"
connectionString="RGF0YSBTb3VyY2U9dGVzdGU7UGVyc2lzdCBTZWN1cml0eSBJbmZvPVRydWU7"
providerName="System.Data.OracleClient"/>
</connectionStrings>
This other project is not on my computer. It's in the network.
How do I redeem the value of ConexaoTeste2
in my project ?