C#网站,我被迫使用IIS吗?
我一直在思考在我的下一个项目中使用哪种语言。通常我在 LAMP 服务器上默认使用 PHP,但我真的很想使用 C#(主要是因为代码重用),并且理想情况下仍然对 Apache 感到厌烦。有人在实际项目中使用过 mod_mono 吗?如果有的话,性能如何?该网站的流量可能会被粉碎。
如果我想要 C#,我是否必须使用 IIS?如果没有,我会像往常一样通过 LAMP 坚持使用 PHP。
I've been thinking for a while about which language to use on my next project. Usually I default to PHP on my LAMP server, but I'd really like to use C# (mainly because of code reuse), and ideally still sicking with Apache. Has anyone used mod_mono on a live project, and if so what is the performance like? The site is likely to get smashed to bits in terms of traffic.
Am I forced to go IIS if I want C#? If not I'll stick to PHP via LAMP as usual.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
答案是“不,人们不会被迫为 C# 网站使用 IIS”。然而,上述建议主要处于 alpha/beta 开发阶段,因此尚不建议在生产网站中使用 C#。
The answer is "no, one is not forced to use IIS for a C# website". The suggestions above are mostly in alpha/beta development stage however and so using c# for a production website isn't advisable yet.