IIS attempts to stop all services before restarting. The IISReset command-line utility waits up to one minute for all services to stop if you do not include the /noforce parameter. If the services cannot be stopped within one minute, all IIS services are terminated, and IIS restarts.

IIS会试图在重启所有相关服务之前先停掉所有的服务. IISReset命令如果不带/noforce参数的话, 会花一分钟时间等待所有的服务进入停止状态. 如果在一分钟内服务没有停下来, IIS的所有服务都会被终止, 然后IIS重启.

 

Use the /noforce parameter to help prevent data loss in case the IIS services cannot be stopped within the one minute time-out period. If you are certain that it is safe to force IIS to restart, you can omit the /noforce parameter. However, be aware that you could lose data if you do not include this parameter.

如果IIS服务没能在一分钟内停下来的话, /noforce参数会帮助我们防止数据丢失的情况发生.

相关文章:

  • 2022-12-23
  • 2022-02-02
  • 2022-12-23
  • 2021-04-27
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-13
猜你喜欢
  • 2021-05-07
  • 2022-01-10
  • 2021-11-04
  • 2021-04-27
  • 2021-09-21
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案