如何停止所有卡西尼实例?
当我运行我的应用程序时,它会打开许多卡西尼实例。 我怎样才能快速停止全部或部分卡西尼实例。
我知道从任务管理器中终止所有进程。 可以用更好更快的方式来完成吗?
When I am running my application, It opens many instance of cassini.
How can i stop all or some of the cassini instances quickly.
I know to kill all the processes from task manager.
Can it be done in some better and faster way?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
现在,该版本的进程名称已更改:
如果不起作用,请检查任务列表中是否有类似的名称。
The process name has changed on this version its now:
When that doesn't work, check the tasklist for a similar name.
此 Visual Studio 扩展提供了一种快速方法来终止卡西尼号(通过快捷键)
编辑:
如果您只想通过命令行执行此操作,则可以使用
taskkill
命令。示例:请参阅此页面了解更多示例,以及命令的解释。您可能需要为 .Net 4 Web 服务器指定 WebDev.WebServer40
This Visual Studio extension provides a quick way to kill all instances of Cassini (via a shortcut key)
EDIT :
If you want to do it via command line only, then you can use the
taskkill
command. An example:See this page for more examples, and an explination of the command. You may need to specify WebDev.WebServer40 for the .Net 4 web server