Search code examples
oledbftp-server

Error while Running website on ftp server


I have a asp.net Website with msaccess database and c# .The Site run on IIS server Normaly but when i upload it to the ftp server then it display the folowing error

"The 'Microsoft.ACE.OLEDB.12.0' provider is not registered on the local machine."

What should i do to resolve the issue


Solution

  • The easiest thing to do would be ask the hosting provider to install the Microsoft Access engine on the webserver.

    http://www.microsoft.com/download/en/details.aspx?id=13255

    I'm not sure if you could deploy it with webdeploy. That would enable that you can deploy and install it yourself.