MONO/ASP.NET Linux 主机?
我想知道是否有人知道任何网络主机可以让您部署 ASP.NET 应用程序以在单声道下运行。
编辑:理想情况下,主机几乎不需要我进行任何配置即可部署 ASP.NET 应用程序。
I was wondering if anyone knew of any webhosts that let you deploy asp.net applications to run under mono.
edit: Ideally, the host would require little to no configuration on my part to deploy an ASP.NET application.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(6)
快速谷歌搜索发现了这些:
我个人从未使用过其中任何一个,因此请继续警告。
A quick Google search turned up these:
I've never personally used either of these, so procede with caution.
我认为你最好的选择是使用 VPS。 这样你就可以在你闲暇时安装单声道。
I think your best bet would be to go with a VPS. That way you can install mono at your lesiure.
我使用 Linode,它们很棒而且便宜。 我每月支付 19.99 美元
不过它是一个 VPS,所以你必须设置操作系统并安装 mono。
我知道这违背了你很少或不知道配置可做的观点,但我认为它给你的自由是值得的。
德里克
I use Linode and they are great and cheap. I'm paying $19.99/month
Its a VPS though so you will have to setup an OS and install mono.
I know that goes against your point of having little or know config to do but I think the freedom it will give you will be worth it.
Derek
根据我的(简短)经验,考虑到 Windows Server 许可证的批量购买能力,ASP.NET 托管和基于 Linux 的托管之间没有任何价格差异。 因此,为您拥有的任何 ASP.net 应用程序购买 Windows 托管可能会更容易。
当然,除非您主要想玩 Mono,在这种情况下,您可以轻松获得专用的虚拟机并在其上安装 Mono。
In my (short) experience, there hasn't been any price difference between ASP.NET hosting and Linux based hosting, given the volume purchasing ability of Windows Server licenses. Thus, it would likely be easier to purchase Windows hosting for any ASP.net apps you have.
Unless of course you mainly want to play with Mono, in which case you could easily get a dedicated virtual box and install Mono on it.
云站点 来自 Mosso(Rackspace 云) 包括对 ASP.NET 的支持。
配置极其简单,托管系统同时支持Linux和Windows应用程序。
Mosso 起价为 100 美元/月。
我已经使用 Mosso 几个月了,我对这项服务相当满意。
虽然其他解决方案肯定会更好地为某些应用程序提供服务,但我认为 Mosso 值得评估。
The Cloud Sites offering from Mosso (The Rackspace Cloud) includes support for ASP.NET.
The configuration is extremely simple, and the hosting system supports Linux and Windows applications side-by-side.
Mosso starts at $100/month.
I have used Mosso for a number of months, and I am fairly pleased with the service.
While some applications would definitely be better served by other solutions, I think Mosso is worth evaluating.
这个问题最初是很久以前提出的,现在,选项通过 https://www.asp 得到了很大的扩展。 net/core
您可以轻松地将 ASP.NET Core 应用程序部署到 Azure,或任何支持 Docker 的主机容器。
This question was originally asked a long time ago, these days, the options are very expanded with https://www.asp.net/core
You can easily deploy asp.net core applications to Azure, or any host that supports Docker containers.