J
js
ERROR:
The Microsoft Jet database engine cannot open the
file...It is already opened exclusively by another user,
or you need permission to view its data.
I have
<identity impersonate="true" />
setup for network:
Client --> IIS Server --> Network Location for Access DB.
I know the user has rights to the access DB, it works if
the client executes the asp.net page from the iis server.
so i know it has something to do with the credentials.
i guess they are getting lost along the way? too many
hops?
how would i make this work?
THANKS,
Jerry
The Microsoft Jet database engine cannot open the
file...It is already opened exclusively by another user,
or you need permission to view its data.
I have
<identity impersonate="true" />
setup for network:
Client --> IIS Server --> Network Location for Access DB.
I know the user has rights to the access DB, it works if
the client executes the asp.net page from the iis server.
so i know it has something to do with the credentials.
i guess they are getting lost along the way? too many
hops?
how would i make this work?
THANKS,
Jerry