简体   繁体   English

我们可以部署在ubuntu的Windows中开发的asp.net Web应用程序吗

[英]can we deploy an asp.net web application developed in windows in ubuntu

We have developed a web application in windows using visual studio 2005. Is it possible to deploy that application in linux using crossover. 我们已经使用Visual Studio 2005在Windows中开发了一个Web应用程序。是否可以使用Crossover在Linux中部署该应用程序。 Is it possible to run crystal reports in asp.net using crossover. 是否可以使用交叉在asp.net中运行Crystal报表。

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. 但是我无法在ubuntu中开发Crystal Reports Web应用程序。

But I am able to develop windows application using c# with mysql database as backend and have used crystal reports. 但是我能够使用c#和mysql数据库作为后端开发Windows应用程序,并使用了Crystal报表。 But it doesn't work for ubuntu 但这不适用于ubuntu

Please look at the below posts for more details: 请查看以下帖子以了解更多详细信息:

how to run crystal reports in ubuntu linux 如何在Ubuntu Linux中运行Crystal Report

Can't connect to MySQL for .NET application deployed in Wine using Ubuntu 无法使用Ubuntu连接到Wine中部署的.NET应用程序的MySQL

http://www.talkonsomething.com/2009/11/how-to-connect-mysql-database-from-windows-xp-to-ubuntu/ http://www.talkonsomething.com/2009/11/how-to-connect-mysql-database-from-windows-xp-to-ubuntu/

You can now install visual studio code in Linux and compile it there. 您现在可以在Linux中安装Visual Studio代码并在其中进行编译。 Microsoft's Visual Studio Code is an Integrated Development Environment (IDE) with support for Mac, Linux and Windows. 微软的Visual Studio Code是一个集成开发环境(IDE),支持Mac,Linux和Windows。

Yes. 是。

Well, maybe. 也许会。

You will probably have more luck with Mono than wine, but either way you're looking for pain. Mono可能会比葡萄酒带来更多的运气,但是无论哪种方式,您都在寻找痛苦。

Good luck. 祝好运。

As Shoham mentioned, Microsoft recently released Visual Studio Code, a lightweight, cross platform code editor. 正如Shoham所说,Microsoft最近发布了Visual Studio Code,这是一个轻量级的跨平台代码编辑器。 However, this doesn't exactly get you all the way to fully deploying .NET code on Ubuntu. 但是,这并不能完全让您完全在Ubuntu上完全部署.NET代码。 In order to do that you also need to install the CoreCLR and the ASP.NET 5 . 为此,还需要安装CoreCLRASP.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. 我一直在尝试在OS X中完全做到这一点,它应该非常相似,但是还没有完全起作用。

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

相关问题 我可以在Windows Azure上部署ASP.NET网站而不部署ASP.NET Web应用程序吗? - Can i deploy ASP.NET website NOT ASP.NET Web Application on windows azure? 无法在Windows Server 2012上部署ASP.net应用程序 - can't deploy ASP.net application on windows Server 2012 我们可以像软件一样在客户端计算机上部署ASP.Net Web应用程序吗? - Can we deploy ASP.Net Web Applications on a Client Computer like a Software? 如何将 ASP.NET 核心 web 应用程序部署到 ZAEA23489CE3AA9B6406EBB28E0CDA4016 上的 IIS 应用程序 - How to deploy ASP.NET core web application to IIS on Windows Server 2016 如何在UWP(Windows Runtime)开发的应用程序中使用ASP.NET WebAPI服务(内置于.NET Framework中)? - How to consume ASP.NET WebAPI service (built in .NET Framework) in an application developed in UWP (Windows Runtime)? 如何在Ubuntu上运行已经开发的ASP.NET Core应用程序? - How to run already developed ASP.NET Core app on Ubuntu? 如何在本地iis上部署asp.net Web应用程序? - How can I deploy an asp.net web application on my local iis? 在Windows Server 2008中部署ASP.net应用程序 - Deploy an ASP.net application in windows server 2008 ASP.NET Core Web 部署后应用程序403错误 - ASP.NET Core Web application 403 error after deploy 部署ASP.NET Web应用程序身份数据库 - Deploy ASP.NET Web Application Identity Database
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM