I have Installed Oracle 10g Express edition on my Windows 7 PC, in that I have a table with some data. I want to connect to oracle database by using my ASP.NET Application. I have used following Connection string
"<add name="ORAConn" connectionString="Data Source=.;User Id=abcd;Password=****;"/>"
But I am getting following error
"ORA-12154: TNS:could not resolve the connect identifier specified"
Can any one please help me..
Thanks..