Hi,
I have a problem accessing a remote Access 2000 database. Getting the following error
"Microsoft Jet Database Engine cannot open the file path/name of the database. It maybe exlusively opened by another user or do not have permission to view it's data".
I can access this database from the development/test area, but when I deploy this to the web server, it gives the error.
The database has permission for everyone and aspnet user. The folder has permission has permission for everyone.
I tried setting the following in the web.config file
<identitiy impersonate="true" /> and deployed the file to the web server. It didn't make a difference.
What other configurations I need on IIS and ASP.Net?
Can someone please help me?
Rushdi
I have a problem accessing a remote Access 2000 database. Getting the following error
"Microsoft Jet Database Engine cannot open the file path/name of the database. It maybe exlusively opened by another user or do not have permission to view it's data".
I can access this database from the development/test area, but when I deploy this to the web server, it gives the error.
The database has permission for everyone and aspnet user. The folder has permission has permission for everyone.
I tried setting the following in the web.config file
<identitiy impersonate="true" /> and deployed the file to the web server. It didn't make a difference.
What other configurations I need on IIS and ASP.Net?
Can someone please help me?
Rushdi