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

问题描述 投票:-1回答:1

我目前有一个Ubuntu 18.04环境。对于我们的课程,我们需要安装Visual Studio,ASP.NET,Microsoft SQL Server和IIS。一个解决方案是在VMware / VirtualBox上安装Windows操作系统,但由于我的笔记本电脑上的虚拟机上的Windows操作系统有点沉重,是否有其他稍微“轻”的操作系统允许我安装已经提到的4个要求?

asp.net iis operating-system
1个回答
1
投票

正如Lex Li所说,IIS仅适用于Windows,VS仅适用于Windows和Mac。所以你只能使用窗户。

这是一个解决方法,如果您熟悉VS代码,您可以使用VS代码开发asp.net应用程序,然后您可以使用docker来运行带有IIS的asp.net应用程序。

关于如何在linux中使用vs代码的更多细节,你可以参考下面的文章:

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

关于如何使用vs代码用docker测试应用程序,你可以参考下面的文章:https://medium.com/@agavatar/working-with-docker-in-visual-studio-code-756ea8b32abc

© www.soinside.com 2019 - 2024. All rights reserved.