简体   繁体   English

具有ASP.NET C#,MS SQL Server和哪个托管解决方案的高可用性支付处理站点?

[英]High availability payment processing site with ASP.NET C#, MS SQL Server and which hosting solution?

we are developing a kind of payment processing site that is currently running on IIS and SQL Server at a shared hosting company. 我们正在开发一种付款处理站点,该站点当前在共享托管公司的IIS和SQL Server上运行。

The problems we have include that the web hosting company sometimes breaks down and is unavailable. 我们遇到的问题包括网络托管公司有时会崩溃且无法使用。 Last month it was unavailable for several days due to flooding. 上个月,由于洪水而无法使用了好几天。 Sometimes the network was unreachable. 有时网络无法访问。 Sometimes someone else on the same server ran something, we were told, that prevented our stuff from running correctly. 有时,我们被告知同一台服务器上的其他人运行了某些内容,从而导致我们的内容无法正确运行。

The downtime costs us customers, customer and job satisfaction, and of course money. 停机时间使我们付出了客户,客户和工作满意度的费用,当然还有金钱。 Scalability is not an issue at this time. 目前,可伸缩性不是问题。 Reliability is. 可靠性是。

If we do not want to worry about hosting and running the servers and network ourselves, what is the best way to achieve high(er) availability? 如果我们不想担心自己托管和运行服务器以及网络的问题,那么实现高可用性的最佳方法是什么?

How do we set up a hosting solution that will work? 我们如何设置可以正常工作的托管解决方案?

Thanks, 谢谢,

If you are running your business on this stuff you should be paying for a dedicated box in a data center. 如果您要依靠这种东西开展业务,则应该为数据中心中的专用设备付费。 They cost about $150 a month for a crappy one but that is probably far better than what you have now. a脚的一个月,它们的成本约为150美元,但这可能比您现在拥有的要好得多。 These boxes will also let you do a lot more than a shared host will often times allow such as running email servers, running your own DNS and you'll have a lot more bandwidth. 这些框还可以使您完成比共享主机通常允许的更多的工作,例如运行电子邮件服务器,运行自己的DNS并拥有更多带宽。

You could even get two of these boxes at different hosts and then you'd have redundancy in case one data center ever went down. 您甚至可以将这两个盒子中的两个放在不同的主机上,然后冗余,以防一个数据中心发生故障。

If your boss has trouble with the price difference, just explain how much downtime costs the business and how much they are paying you and your team to build this stuff. 如果您的老板在价格差异方面遇到麻烦,只需说明停机时间给企业造成了多少损失,以及他们为您和您的团队付出了多少钱来构建这些东西。 Then as a percentage of that the cost for a server is fairly insignificant. 这样一来,服务器的成本就可以忽略不计了。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM