In useASPWhen developing an application, the database used isOracle DatabaseAfter writing the connection string code, debug it in the browser, but an error occurs. The error description is as follows: ADODB. Connection error '800a0e7a 'no provider found. The program may not be correctly installed. The solution to this problem was finally found through online data query.
Solution:
1. IUSR _ computer name: Internet Guest Account) "and" IWAW _ computer name: Start IIS process account) "are added to oracle and fully controlled.
2. Find and install the oracle directory, right-click and choose Properties> Security, and then:
1) permission-> "Use the project displayed here that can be applied to sub-objects to replace all sub-objects.
2) review-> "Use the project displayed here that can be applied to sub-objects to replace all sub-objects" is selected.
3) choose "owner"> "Replace sub-container and object owner.
After completing the preceding steps, you can successfully connect to the Oracle database. Now you can run your own ASP program.
This article introduces you here. If you want to know