Hi All,
I am looking to tweak Classic ASP script to work with Access 2010 file. My script is located at one server and database at another. I learn I can't pass this error.
Microsoft Access Database Engineerror '80004005'
The Microsoft Access database engine cannot open or write to the file 'It is already opened exclusively by another user, or you need permission to view and write its data.
strConn="Provider=Microsoft.ACE.OLEDB.12.0;Data Source=\\ServerName\apps\DB.accdb;Persist Security Info=False;"
It works If I placed file on the same server. Any idea What permission /IIS Settings are required.
Thank you in advance for your assistance.