When I use IIS to run the ASP.net database application using Connection
string :
strconnect= " Provider=MSDAORA.1; server=(local);Password=tiger;User
ID=scott; Data Source=tba"
Error Accessing Database.
Oracle client and networking components were not found. These components are
supplied by Oracle Corporation and are part of the Oracle Version 7.3.3 or
later client software installation. Provider is unable to function until
these components are installed.
Microsoft OLE DB Provider for Oracle
and if the same connection string run thru webmatrix server it doesn't
produce any error.
Can any one suggest me an error free application that run in both IIS ane
Webmatrix server.