I am trying to connect dropdownlist to bound with oracle 10g when i run the page from VS it works fine but when i run it from IIS it give the following error
System.Data.OracleClient requires Oracle client software version 8.1.7 or greater.
My connection string is
<add
name="ConnectionString"
connectionString="Data Source=sml2;Persist Security Info=True;User
ID=sfpl;Password=a;Unicode=True"
providerName="System.Data.OracleClient" />
please solve my problem