Re: Unable to load oci.dll
From: Paul Clement (UseAdddressAtEndofMessage_at_swspectrum.com)
Date: 03/25/04
- Next message: Paul Clement: "Re: Oracle Connection Pool !"
- Previous message: Tim Smith: "Oracle Connection Pool !"
- In reply to: CJF: "Re: Unable to load oci.dll"
- Next in thread: CJF: "Re: Unable to load oci.dll"
- Reply: CJF: "Re: Unable to load oci.dll"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 25 Mar 2004 10:09:36 -0600
On Wed, 24 Mar 2004 10:58:48 -0800, "CJF" <chrisf@unr.edu> wrote:
¤ Hi,
¤ The IIS security is set to anonymous. The asp.net authentication type is
¤ forms.
¤ On my XP desktop, aspnet has read and execute permissions to the oracle bin
¤ folder and it works fine
¤ On the 2003 server, "network service" and "aspnet" have read and execute
¤ permissions to the oracle bin folder and it fails.
¤
¤ I experimented by removing all acl settings for these accounts and placing
¤ them in the local administrator's group. I still can't get the oracle files
¤ to load (unable to load dll (oci.dll)). I also experimented by giving the
¤ anonymous account (iusr_machinename) read and execute privleges to the bin
¤ folder and it didn't help.
¤
¤ Thanks for giving me your time with this issue. Chris
You might want to try dumping out the authenticated user ID to the WebForm just to verify the
account that is being used:
System.Security.Principal.WindowsIdentity.GetCurrent.Name.Split("\"c)(1)
Paul ~~~ pclement@ameritech.net
Microsoft MVP (Visual Basic)
- Next message: Paul Clement: "Re: Oracle Connection Pool !"
- Previous message: Tim Smith: "Oracle Connection Pool !"
- In reply to: CJF: "Re: Unable to load oci.dll"
- Next in thread: CJF: "Re: Unable to load oci.dll"
- Reply: CJF: "Re: Unable to load oci.dll"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|