Search code examples
asp.netms-accessado.netwindows-server-2008

connect to MS Access accdb file on Windows Server 2008


In my ASP.NET application I have ftpdata folder, there is an MS Access 2010 file e.g. somename.accdb.

On my local computer (Win XP), there is no problem to connect with OleDb to this file and read write datas into and from tables.

But on server (Windows Server 2008), I cannot connect to the same file like on localhost.
Can you help me, please, where problem could be?


Solution

  • Finally, I found solution of problem.

    There was not installed 2010 Data Connectivity Components on the server.