What kind of authentication are you using? Integrated? If so, you cannot
"daisy chain" the authentication from one server to another, which is what
would be required if you need to access a share on a separate server. In
order to daisy chain authentication, you need to have a kerberos ticket
created. I do not believe that one is created with integrated
authentication. See these articles:
http://support.microsoft.com/?kbid=264921
http://support.microsoft.com/?kbid=287537
Or just move the database to the web server... Of course, I have a
suspicion that WS actually is your web server in which case, why are you
using a UNC path?
Oh, but then you did say that admins can access things fine, so maybe you
are already authenticating properly. So, in that case, the default shares
like C$ only allow admins to access them by default. Create a different
share!
Ray at work
"Dthmtlgod" <> wrote in message
news:%...
> Here is the error and connection string
>
> The Microsoft Jet database engine cannot open the file
> '\\ws\c$\inetpub\wwwroot\database\cxc.mdb'. It is already opened
exclusively
> by another user, or you need permission to view its data.
> /cxc/missing_p.asp, line 29
>
> 27 Set Conn = Server.CreateObject("ADODB.Connection")
>
> 28 Conn.Provider = "Microsoft.Jet.OLEDB.4.0"
>
> 29 Conn.Open \\ws\c$\inetpub\wwwroot\database\cxc.mdb
>
>
>
>