简体   繁体   English

在Mac上运行现有的ASP.NET 4.5 Web Forms应用程序

[英]Running existing ASP.NET 4.5 Web Forms apps on Mac

Can we run an existing ASP.NET 4.5 Web Forms apps like one on Mac using mono: https://code.msdn.microsoft.com/Getting-Started-with-221c01f5?cdn_id=2013-12-16-001 我们是否可以使用mono在Mac上运行现有的ASP.NET 4.5 Web Forms应用程序,例如在Mac上运行以下应用程序: https : //code.msdn.microsoft.com/Getting-Started-with-221c01f5?cdn_id=2013-12-16-001

I believe I need to use a Mono aware IDE and to try to re-reference all compatible .dlls and try to modify the code that doesn't have equivalent in mono versions to use mono libraries. 我相信我需要使用支持Mono的IDE,并尝试重新引用所有兼容的.dll,并尝试修改在Mono版本中不具有等效功能的代码以使用Mono库。

Is this true? 这是真的?

There is an open source questionnaire type of app (different then above app) that I would like to run on Mac. 我想在Mac上运行一种开源调查表类型的应用程序(不同于上面的应用程序)。 I have a friend with a Mac computer who would like to serve web pages from a web server residing on the Mac (I am not sure what kind of Service would that be - like Mac version of IIS - some kind of daemon service) and when the questionnaire response is submitted he wants a .PDF of that response to be created and saved on Mac local folder (so I need to find a way how to use create .pdf based on posted response data) 我有一个Mac电脑的朋友,他想从Mac上的Web服务器提供网页(我不确定是哪种服务-如Mac版本的IIS-某种守护程序服务),以及何时提交了调查问卷答复,他希望创建该答复的PDF并将其保存在Mac本地文件夹中(因此,我需要找到一种方法,根据发布的答复数据使用create .pdf)

vnext version would be fine (which I heard improves all by Web Forms app), but I don't know if Web Forms libraries are available for the Mac vnext版本会很好(我听说通过Web Forms应用程序可以改善所有功能),但是我不知道Web Forms库是否可用于Mac。

I would like to develop and debug on a Windows machine and just deploy and configure web server on the Mac. 我想在Windows机器上进行开发和调试,而只是在Mac上部署和配置Web服务器。

Is Xamarin Studio for Windows or MonoDevelop for Windows answer? Windows版Xamarin Studio或Windows版MonoDevelop可以回答吗?

What are best web servers on the Mac that can serve up the pages preferably that are similar in nature to IIS? 在Mac上可以提供最好与IIS本质上相似的页面的最佳Web服务器是什么?

Use VS 2015 and .Net Core if you want to build .NET applications to run on a Mac. 如果要构建在Mac上运行的.NET应用程序,请使用VS 2015和.Net Core。 It is still in preview but you can still develop applications. 它仍然处于预览状态,但是您仍然可以开发应用程序。

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

相关问题 无法从我的 Mac 发布我的 Web 窗体项目 (ASP.NET) - Cannot publish my Web Forms Project (ASP.NET) from my Mac 在Mac上发布Asp.Net(非核心)Web应用程序的任何方法 - Any way to publish Asp.Net (not Core) web app on Mac Visual Studio for Mac 2017 RC上的ASP.NET Web API 2 - ASP.NET Web API 2 on Visual Studio for Mac 2017 RC ASP.NET Core Mac Docker 上运行的 SQL Server 的连接字符串是什么? - What is the connection string for SQL Server running on Mac Docker in ASP.NET Core? 在Visual Studio for Mac和Asp.net Core 2.0 Web API中生成后无法运行解决方案 - Unable to run solution after build in Visual Studio for Mac and Asp.net Core 2.0 Web API Mac OS X 上的 ASP.NET MVC 5 - ASP.NET MVC 5 on Mac OS X 如何使用现有数据库使用数据库实现 asp.net 首先在 asp.net mvc 中,我使用的是 mac os - How can i implement asp.net with existing Database using database First in asp.net mvc, i'm using mac os 运行ASP.NET 5跨平台 - Running ASP.NET 5 Cross-Platform 需要将 QuickBooks mac 版本与我的 Asp.Net Web 应用程序集成,请有人指导我的步骤以及如何实现它 - Need to integrate QuickBooks mac version with my Asp.Net Web Application someone please guide me the steps and how I can achieve it 使用Sublime或Atom文本编辑器在OSX上生成并运行ASP.NET 4.5 - Build and run ASP.NET 4.5 on OSX using Sublime or Atom text editors
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM