简体   繁体   English

每个本地/ Express IIS /外部主机带来了什么?

[英]What exactly does each of Local / Express IIS / External Host bring?

I'm currently in the learnings of ASP.NET MVC and I've read about what IIS is and what it is needed for, but I'm somewhat confused about what the difference between Local IIS and Express IIS is, and also, what External Host is and how it could be used. 我目前正在学习ASP.NET MVC并且我已经了解了IIS是什么以及它需要什么,但我对Local IISExpress IIS之间的差异有点困惑,而且, External Host是如何使用的。 What context would each of these be suitable in? 每个适合的背景是什么?

  • Local IIS . 本地IIS The IIS that comes with Microsoft Windows as an add-in enabling the feature from the control panel. Microsoft Windows附带的IIS作为加载项,从控制面板启用该功能。 It's both available in some editions of home-oriented products and Windows Server System. 它在某些版本的面向家庭的产品和Windows Server System中都有提供。

  • IIS Express . IIS Express A simplified IIS with few options and no GUI to use it as simple development server. 一个简化的IIS,只有很少的选项,没有GUI可以将它用作简单的开发服务器。 Since some Visual Studio versions is already installed as part of its installation/setup. 由于某些Visual Studio版本已作为其安装/设置的一部分安装。

  • External host . 外部主持人 I suspect that it refers to configuring a host to be reachable outside of your own machine. 我怀疑它是指将主机配置为可在您自己的计算机外部访问。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM