now I am connecting my oracle db with connection string in webconfig. thas is
But
I wanna connect oracle database with tns like that
tns: TDDB.xe=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=20.100.173.31)(PORT=1521)))(CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=tddb)))
user/pass = hr/hr
if this is posssible , how must i changed my connecting string.
for now thanks for reply