hello i have a rather novice question but i cant figure it out myself. when i try to modify web.config file i put a connectionstring like this
<add name="ConnStr"
connectionString="Data Source=<DB ServerName>;User ID=<SchemaName/UserName>;Password=<Password>;Persist Security Info=True;Connection Lifetime=10" providerName="System.Data.OracleClient"></add>
what is 'DB ServerName' here?
also when i try to connect via server explorer i get this message "ORA 12560 TNS: Protocol Adapter Error" but i have oracle connected via sqlplus.
what can i do with these issues?