I'm trying to connect an ASP.net page to an Access DB. At first I had the Access DB on the local server's C drive. Now I need to move Access to another server. I've mapped the folder where the DB was moved to network drive Z: on the asp.net server. And change the Data Source of the connection string to Z:/mydb.mdb
Now it returns 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.
Is there another method to set this up? Where I can have ASP.net/IIS on one server and have ADO connections to Access DB on another server. Thank you.
Now it returns 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.
Is there another method to set this up? Where I can have ASP.net/IIS on one server and have ADO connections to Access DB on another server. Thank you.