K
Keith
Using .NET Framework 1.1, on a security hardened Windows 2000 server,
IIS5......
We are getting the following error:-
OleDbException (0x80004005): Unspecified error (no other information
available when looking at the other error properties).
when attempting to connect to an Access 2002 Database, from an ASP.NET
application, configured to use an impersonation account (the web anonymous
account) which has full access rights to the database file and its
directory.
We do not get any error when:-
a) Using Classic ASP and ADO (same credentials, same web application)
b) With ASP.NET/ADO.NET when Impersonation is turned off
c) With ASP.NET/ADO.NET with Impersonation, and the impersonator account has
Adminstrator privileges.
d) With ASP.NET/ADO.NET talking to a SQL Server Database (using the SQL
Server Provider).
Checking around the Internet, I see I am not the only person getting this
error under what appear to be the same circumstances. I cannot find anything
in the Knowledge Base relating to this issue.
So this is evidently a permissions issue, so how do I go about trying to
determine where the problem lies? For instance, is there any sort of
detailed logging or tracing which can be turned on anywhere?
Keith
IIS5......
We are getting the following error:-
OleDbException (0x80004005): Unspecified error (no other information
available when looking at the other error properties).
when attempting to connect to an Access 2002 Database, from an ASP.NET
application, configured to use an impersonation account (the web anonymous
account) which has full access rights to the database file and its
directory.
We do not get any error when:-
a) Using Classic ASP and ADO (same credentials, same web application)
b) With ASP.NET/ADO.NET when Impersonation is turned off
c) With ASP.NET/ADO.NET with Impersonation, and the impersonator account has
Adminstrator privileges.
d) With ASP.NET/ADO.NET talking to a SQL Server Database (using the SQL
Server Provider).
Checking around the Internet, I see I am not the only person getting this
error under what appear to be the same circumstances. I cannot find anything
in the Knowledge Base relating to this issue.
So this is evidently a permissions issue, so how do I go about trying to
determine where the problem lies? For instance, is there any sort of
detailed logging or tracing which can be turned on anywhere?
Keith