本文介绍了IISRESET和IIS停止 - 启动命令之间的区别的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
有没有命令任何区别 IISRESET
和 IISRESET /停止
然后按 IISRESET /启动
?
Is there any difference between commands iisreset
and iisreset /stop
followed by iisreset /start
?
推荐答案
以IISRESET作为套件的命令,可帮助您管理IIS启动/停止等。
Take IISReset as a suite of commands that helps you manage IIS start / stop etc.
这意味着你需要指定选项( /开关
),你想要做进行任何操作的东西。
Which means you need to specify option (/switch
) what you want to do to carry any operation.
默认行为或默认开关 /重启
与 IISRESET
,这样你就不需要与 /启动和 /停
。
Default behavior OR default switch is /restart
with iisreset
so you do not need to run command twice with /start
and /stop
.
希望这阐明你的问题。勾选此MS-DOS帮助的图片你就会明白了。
Hope this clarifies your question. Check this MS DOS help picture you will understand.
这篇关于IISRESET和IIS停止 - 启动命令之间的区别的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!