问题描述
我有一个使用MVC 5和SQL Server 2008 R2 Enterprise Edition在.NET Framework上构建的应用程序,我想在Bluemix上进行部署.
I have an application built on .NET Framework using MVC 5 and SQL Server 2008 R2 Enterprise Edition which I want to deploy on Bluemix.
- Bluemix是否支持.NET.如果将我的.NET应用程序部署在Bluemix上,它将起作用吗?
- 我有虚拟服务器在单独的托管提供程序上托管应用程序和我的应用程序的数据.如果我在Bluemix上部署我的应用程序的某些组件(基于Bluemix支持的技术构建,例如Java/php/node.js/DB2),那么我仍然可以与在Bluemix之外(以及在其他托管服务提供商).
- 如果将应用程序部署在Bluemix上,是否需要使用Watson API?我在Bluemix上的部署是否必须与Watson或Watson Services做任何事情?我可以在不使用Watson API的情况下部署我的应用程序吗?
非常感谢!
推荐答案
- 和3.已被回答.
但让我鸣叫1.
目前可用的是Mono社区构建包,该软件包当前支持Mono 3.4.0,Ben Rondeau也与您建立了联系.
What is available at this moment is the mono community buildpack which currently supports Mono 3.4.0, the one Ben Rondeau linked you too.
其他选项是利用VM或容器部署.您始终可以-例如-抓取 Microsoft ASP.net docker容器
或者只是根据您的喜好设置虚拟机.但是请记住,VM是基于Openstack的,因此很可能也归结为mono.
The other options are to utilize the VM or container deployment.You can always -for example - grab the Microsoft ASP.net docker container
Or just set up a VM to your liking. However keep in mind that the VMs are openstack based, and therefore it's most likely come down to mono as well.
这篇关于在Bluemix上部署.NET应用程序,连接到外部数据库,Watson的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!