Azure 应用服务下的 ODBC 或 OleDB 数据库驱动程序 [英] ODBC or OleDB database drivers under Azure App Service

查看:33
本文介绍了Azure 应用服务下的 ODBC 或 OleDB 数据库驱动程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

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?

解决方案

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

这篇关于Azure 应用服务下的 ODBC 或 OleDB 数据库驱动程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆