如何在Visual Studio中重新启动IIS Express?

时间:2017-02-02 13:49:01

标签: visual-studio-2015 iis-express

我们目前正在调整Visual Studio解决方案中的applicationhost.config文件,以便启动并运行其他主机头绑定。

有没有办法从Visual Studio快速重启IIS Express而无需启动调试会话? applicationhost.config中的更改仅在重新启动后才会被选中。

2 个答案:

答案 0 :(得分:12)

You can close it on the system tray or killing its process at the Task Manager and to run it again you just need to use iisexpress exe, it's usually at C:\Program Files (x86)\IIS Express\iisexpress.exe or C:\Program Files\IIS Express\iisexpress.exe if you use 32bit Windows.

答案 1 :(得分:1)

选项 1:

  1. 右键单击系统托盘中的 IISExpress 图标
  2. 点击正在运行的项目名称
  3. 点击“停止站点”

enter image description here

选项 2:

  1. 打开任务管理器(按“Ctrl+Shift+Escp”)
  2. 右键单击“iisexpress.exe”
  3. 点击“结束流程树”

enter image description here