Here’s the jist of it. I’m trying to use ADO in an ASP website to try to connect to an Access Database on another NT Server, I have the drive mapped and have tried UNC. It won’t connect. If I bring the DB locally it works fine. But if its on a remote machine, it won’t let me access it. I get the following error.
The Microsoft Jet database engine cannot open the file ‘m:\aaron\Security.mdb’. It is already opened exclusively by another user, or you need permission to view its data.
Help, Please?