是否可以在云中托管 SQL Server 并连接 DiscountASP 上托管的 ASP.NET 应用程序?

发布于 2024-08-13 09:36:50 字数 215 浏览 9 评论 0原文

有谁知道是否可以在云中托管 SQL 服务器并连接 DiscountASP 上托管的 ASP.NET 应用程序?

我想整合我的 SQL Server 实例,但将 Web 应用程序托管在其所在位置。我想做这件事的原因有很多,但我并不是特别想涉足其中。我对云计算没有任何经验,但我正在尝试了解它。除了计量计费和灵活性之外,它似乎与标准托管类似。如果我的想法很疯狂并且有缺陷,请随时告诉我,但要友善。 ;-)

Does anyone know if it's possible to host a SQL server in the cloud and connect an ASP.NET app hosted on DiscountASP?

I'd like to consolidate my SQL Server instances but keep the web app hosting where it's at. There are various reasons for I want to do this and I don't particularly want to get into it. I don't have any experience with cloud computing but I'm trying to wrap my head around it. It seems to be similar to standard hosting except for the metered billing and flexibility. If my idea is nuts and flawed, feel free to let me know, but be nice. ;-)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

屌丝范 2024-08-20 09:36:50

是的,但须遵守以下规定:

  • 除非您的云提供商提供 VPN 或您以其他方式加密数据,否则所有通过互联网的流量都将不加密。
  • 由于每个数据库操作都通过互联网进行,因此速度可能会很慢。
  • 一些云提供商(当然是亚马逊)对互联网流量收费,但不对内部流量收费。

Yes, but subject to the following:

  • Unless your cloud provider offers a VPN or you otherwise encrypt the data, all traffic will be unencrypted over the internet
  • It will probably be slow as every DB operation goes over the internet.
  • Some cloud providers (Amazon for sure) charge for internet traffic but not for internal traffic.
木森分化 2024-08-20 09:36:50

根据您使用 SQL Server 的功能,SQL Azure 托管已接近生产,它将于 1 月份在美国数据中心上线(PDC 公告),并且该服务的计费将于 2 月份开始。
目前,虽然数据库限制纯粹是 1GB 和 10GB,这有点限制,但如果您的数据可以跨数据库分区,并且可以更改应用程序来理解这一点,那么限制就不那么严格了。

它在功能等方面有限制,但它是一个可以研究的潜在选择 - 但不是唯一的选择。

Depnding on what features you use of SQL Server, SQL Azure hosting is close to production, it goes live for the US datacentres in January (PDC announcement) and billing for the service starts in February.
At present though the database limits are purely 1GB and 10GB which is a bit limiting, but if your data can be partitioned across databases and the app can be changed to understand this then the limitation is not so harsh.

It has limitations on functionality etc but it is a potential choice that could be investigated - but not the only one.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文