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
Oracle Providers for ASP.NET support this service provider mechanism allowing application state storage within an Oracle database. Existing ASP.NET provider developers will discover the Oracle Providers for ASP.NET are easy to learn and use as they share a common schema and API with existing ASP.NET providers. They integrate seamlessly with existing ASP.NET services and controls, just like other ASP.NET providers.
Oracle offers the following providers:
Membership Provider
Role Provider
Site Map Provider
Session State Provider
Profile Provider
Web Events Provider
Web Parts Personalization Provider
Cache Dependency Provider