ODBC or OleDB database drivers under Azure App Service

自古美人都是妖i 提交于 2019-12-02 04:54:02

问题


I'm investigating what's involved in deploying an ASP.NET MVC web application to Azure as an App Service, using Web Deploy from Visual Studio 2015.

The MVC web application uses SQL Server for the identity database in the standard fashion, so I can see how to point that at an Azure-hosted database server.

In addition, it has some 'legacy' data in DBF files in the App_Data folder, accessed on my development PC via OLEDB.

This scenario is obviously going to fail on deployment because whatever box(es) the site ends up hosted on won't have this OLEDB driver installed.

Is this a complete non-runner or is there some way of installing the driver?


回答1:


You can't install ODBC or OleDB drivers when using App Service, you need to look at Virtual Machines.



来源:https://stackoverflow.com/questions/37441052/odbc-or-oledb-database-drivers-under-azure-app-service

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!