我们可以在ubuntu中部署一个在windows中开发的asp.net web应用程序吗
我们使用 Visual Studio 2005 在 Windows 中开发了一个 Web 应用程序。是否可以使用 Crossover 在 Linux 中部署该应用程序。是否可以使用交叉在 ASP.NET 中运行水晶报表。
我用过葡萄酒,也用过,甚至还用过单声道。但我无法在 ubuntu 中开发水晶报表 Web 应用程序。
但我能够使用 C# 和 mysql 数据库作为后端来开发 Windows 应用程序,并使用了水晶报表。但它不适用于 ubuntu
请查看以下帖子了解更多详细信息:
无法使用 Ubuntu 连接到在 Wine 中部署的 .NET 应用程序的 MySQL
http://www.talkonsomething.com/2009/11/how-to-connect-mysql-database-from-windows- xp-to-ubuntu/
We have developed a web application in windows using visual studio 2005. Is it possible to deploy that application in linux using crossover. Is it possible to run crystal reports in asp.net using crossover.
I have used wine, and cross over and even mono. But it was not possible for me to develop crystal reports web application in ubuntu.
But I am able to develop windows application using c# with mysql database as backend and have used crystal reports. But it doesn't work for ubuntu
Please look at the below posts for more details:
how to run crystal reports in ubuntu linux
Can't connect to MySQL for .NET application deployed in Wine using Ubuntu
http://www.talkonsomething.com/2009/11/how-to-connect-mysql-database-from-windows-xp-to-ubuntu/
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您现在可以在 Linux 中安装 Visual Studio Code 并在那里进行编译。 Microsoft 的 Visual Studio Code 是一个集成开发环境 (IDE),支持 Mac、Linux 和 Windows。
You can now install visual studio code in Linux and compile it there. Microsoft's Visual Studio Code is an Integrated Development Environment (IDE) with support for Mac, Linux and Windows.
正如 Shoham 提到的,微软最近发布了 Visual Studio Code,这是一个轻量级的跨平台代码编辑器。但是,这并不能让您完全在 Ubuntu 上完全部署 .NET 代码。为此,您还需要安装 CoreCLR 和 ASP.NET 5。我一直在尝试在 OS X 中执行此操作,这应该非常相似,但尚未完全正常工作。
As Shoham mentioned, Microsoft recently released Visual Studio Code, a lightweight, cross platform code editor. However, this doesn't exactly get you all the way to fully deploying .NET code on Ubuntu. In order to do that you also need to install the CoreCLR and the ASP.NET 5. I've been trying to do exactly this in OS X, which should be very similar, but haven't quite gotten it working yet.
是的。
嗯,也许吧。
使用 Mono 可能比使用葡萄酒更幸运,但无论哪种方式,你都在寻找痛苦。
祝你好运。
Yes.
Well, maybe.
You will probably have more luck with Mono than wine, but either way you're looking for pain.
Good luck.