简体   繁体   English

我可以使用什么操作系统(Windows除外)来安装Visual Studio,Microsoft SQL Server,ASP.NET和IIS?

[英]What OS can I use (other than Windows) to install Visual Studio, Microsoft SQL Server, ASP.NET and IIS?

I currently have an Ubuntu 18.04 environment. 我目前有一个Ubuntu 18.04环境。 For our course, we need to have Visual Studio, ASP.NET, Microsoft SQL Server and IIS installed. 对于我们的课程,我们需要安装Visual Studio,ASP.NET,Microsoft SQL Server和IIS。 One solution was to install the Windows OS on VMware/VirtualBox, but since Windows OS on a virtual machine is a bit heavy on my laptop, is there any other slightly "light" OS that allows me to install the 4 requirements already mention? 一种解决方案是在VMware / VirtualBox上安装Windows操作系统,但是由于虚拟机上的Windows操作系统在我的笔记本电脑上有点沉重,是否还有其他略带“轻巧”的操作系统可以让我安装上述4个要求?

As Lex Li says the IIS is Windows only,VS is only available on Windows and Mac. 正如Lex Li所说,IIS仅是Windows,VS仅在Windows和Mac上可用。 So you could only use the windows. 因此,您只能使用Windows。

Here is a workaround, if you are familiar with the VS code, you could use VS code develop asp.net application, then you could use docker to run the asp.net application with IIS. 这是一种解决方法,如果您熟悉VS代码,则可以使用VS代码开发asp.net应用程序,然后可以使用docker在IIS上运行asp.net应用程序。

More details about how to use vs code in the linux, you could refer to below article: 有关如何在Linux中使用vs代码的更多详细信息,可以参考以下文章:

https://code.visualstudio.com/docs/setup/linux https://code.visualstudio.com/docs/setup/linux

About how to use vs code to test application with docker, you could refer to below article: https://medium.com/@agavatar/working-with-docker-in-visual-studio-code-756ea8b32abc 关于如何使用vs代码在Docker上测试应用程序,您可以参考以下文章: https : //medium.com/@agavatar/working-with-docker-in-visual-studio-code-756ea8b32abc

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

相关问题 ASP.NET - 安装不带IIS的Visual Studio - ASP.NET - Install Visual Studio without IIS 无法在Visual Studio 2012的Asp.net中使用SQL Server CE 4.0 - Can't use sql server ce 4.0 in asp.net in visual studio 2012 通过 IIS、ASP.NET 5 和 Microsoft Z9778840A0100CB30C582876741B 服务器进行自动 Windows 身份验证 - Automatic Windows Authentication over IIS, ASP.NET 5 and Microsoft SQL Server 在Windows 7 ASP.Net页上的IIS上,CSS的显示不正确,如在Visual Studio 2010中的嵌入式服务器中 - On IIS in Windows 7 ASP.Net pages CSS is not show correclty as In the embedded server in Visual Studio 2010 除了IIS和Apache,ASP.NET是否有其他服务器选项? - Are There Any Server Options for ASP.NET Other Than IIS and Apache? 在 Windows Server 2019 上的 IIS 上安装 ASP.NET 应用程序 - Install ASP.NET application on IIS on Windows Server 2019 Microsoft ASP.NET 和 Visual Studio for Linux 的等价物是什么? - What are the equivalents of Microsoft ASP.NET and Visual Studio for Linux? 无法使用本地IIS服务器打开Visual Studio asp.net项目 - Can't open Visual studio asp.net project using local IIS server 我可以设置Visual Studio ASP.NET开发服务器使用的ASP.NET版本吗? - Can I set the ASP.NET Version used by the Visual Studio ASP.NET Development Server? IIS 和服务器操作系统要求 ASP.NET 4 - IIS and Server OS requirements for ASP.NET 4
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM