Hi,
I am trying to do a intranet web application. I have already configured IIS to Integrated Windows Authentication only, and set web.config to windows auth mode. I have also added <identity impersonate="true" />. However, when I try to connect to an Access database on a shared network folder (different from the IIS server), I keep getting the 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. My connection string is "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=\\servername\sharename\db.mdb". I have also checked the permissions, and am able to open the database directly.
Is there something I left out?
Thanks in advance.
Regards,
Russ
I am trying to do a intranet web application. I have already configured IIS to Integrated Windows Authentication only, and set web.config to windows auth mode. I have also added <identity impersonate="true" />. However, when I try to connect to an Access database on a shared network folder (different from the IIS server), I keep getting the 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. My connection string is "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=\\servername\sharename\db.mdb". I have also checked the permissions, and am able to open the database directly.
Is there something I left out?
Thanks in advance.
Regards,
Russ