简体   繁体   English

IIS Express图标的含义是什么?

[英]What is the IIS Express icon meant to be?

Using IIS Express as my development server in Visual Studio 2012, I notice a rather odd-looking silvery-blue icon appear in my system tray. 使用IIS Express作为Visual Studio 2012中的开发服务器,我注意到系统托盘中出现了一个看起来很奇怪的银蓝色图标。 It turns out this is the IIS Express icon, as shown the the following image (the IIS Express icon is on the left): 事实证明,这是IIS Express图标,如下图所示(IIS Express图标在左侧):

IIS Express图标显示在左侧

What is this icon supposed to represent? 这个图标应该代表什么? For about a week I thought it was a stylised S, now it looks more like a tin can being crushed by a robot hand. 我以为它是一个程式化的S大约一个星期,现在看起来更像是机器人手砸碎的锡罐。

The icon you mention is the IIS Express System Tray application icon. 您提到的图标是IIS Express系统任务栏应用程序图标。

If you were to debug or run a Web Site or Web Application from the Visual Studio IDE, this icon will be displayed in your System Tray; 如果要从Visual Studio IDE调试或运行网站或Web应用程序,则该图标将显示在系统任务栏中;否则,将显示此图标。 you can right-click this icon and gain access to further features to stop these web sites and more. 您可以右键单击此图标并获得访问其他功能的权限,以停止这些网站及更多。

IIS Express is somewhat similar to the Visual Studio Web Server in that it runs the web site/application under a random port on localhost. IIS Express与Visual Studio Web Server有点类似,因为它在本地主机上的随机端口下运行网站/应用程序。 IIS Express is beneficial to use because incorporates the main Windows IIS Features without the need of requiring the Windows IIS Feature to be installed on the developer's computer; IIS Express有益使用,因为它包含主要的Windows IIS功能,而无需在开发人员的计算机上安装Windows IIS功能。 most corporates don't like to have the Windows IIS Feature installed because it represents a security risk to the company and requires more corporate management. 大多数公司不喜欢安装Windows IIS功能,因为它对公司造成安全风险并且需要更多的公司管理。

References 参考文献

http://www.iis.net/learn/extensions/introduction-to-iis-express http://www.iis.net/learn/extensions/introduction-to-iis-express

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

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