I am fetching data from oracle data base in asp.net application. To achieve this functionality i have used Oracle.DataAccess dll . In my developement enviorment it working fine.
But once I deployed this code on IIS 6.0 it is stopped working and I checked my log and found connection not get established . Then I make sure Oracle.DataAccess.dll present in to bin folder also I try to put this dll in side GAC, but still my code is not
working on deployed server.
Any buddies have any idea how to overcome this problem. Any helps is highly appreciate
"Mark As Answer" if this post is useful.
Vikramsinh Patil.
Member
135 Points
78 Posts
Oracle.DataAccess.dll not fetching on deployed (IIS 6.0) server
Jun 08, 2010 06:15 PM|vikramsinh|LINK
Hi all
I am fetching data from oracle data base in asp.net application. To achieve this functionality i have used Oracle.DataAccess dll . In my developement enviorment it working fine.
But once I deployed this code on IIS 6.0 it is stopped working and I checked my log and found connection not get established . Then I make sure Oracle.DataAccess.dll present in to bin folder also I try to put this dll in side GAC, but still my code is not working on deployed server.
Any buddies have any idea how to overcome this problem. Any helps is highly appreciate
Vikramsinh Patil.
Star
10444 Points
2463 Posts
Re: Oracle.DataAccess.dll not fetching on deployed (IIS 6.0) server
Jul 08, 2010 08:35 AM|sirdneo|LINK
it seems that tnsnames.ora file is not configured on your server. For details see:-
http://www.orafaq.com/wiki/Tnsnames.ora
http://support.verio.com/documents/view_article.cfm?doc_id=1495
Zeeshan Umar
~Please Mark As Answer, one or multiple posts, which helped you. So that it might be useful for others~