0
I have these connection strings on App.config
of 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 on the network.
How the value of ConexaoTeste2
in the my project?
Young man, he said a few minutes ago that’s not what you need.
– Jéf Bueno
As I asked the question, the config is remote, has a whole question of access permission, the problem is a little more hairy.
– ROBERTO ALBINO JUNIOR
Crazy. When I went to answer, there was no answer, @jbueno . It wasn’t because I wanted to.
– igventurelli
@ROBERTOALBINOJUNIOR I had not seen. I edited the answer.
– igventurelli
@Igorventurelli I had erased mine, I just restored it so you could see the comments.
– Jéf Bueno
@jbueno edited the question. It is under analysis. I left more direct and explicit about the fact of being remote.
– igventurelli