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?