2

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

3

2 Answers 2

1

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

Sign up to request clarification or add additional context in comments.

Comments

1

You have to have the Oracle client software installed. You also have to make sure ISUER or your app pool's identity has permission to the Oracle client directory, same for TNS directories and resources.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.