首页 > 代码库 > IIS6.0必须重启IIS后才能管理网站

IIS6.0必须重启IIS后才能管理网站

发现问题:
IIS网站全部消失了。原因不明。

报错:The Path specified cannot be used at this time

解决步骤:
  1. 为IIS添加localhost,报错:The Path specified cannot be used at this time
  2. 查找原因:得出需要重启sharepoint timer服务。
  3. 重启后未果。
  4. 再查找原因:得出这是IIS的一个bug,需要安装一个修复补丁。补丁的现象描述里说重启IIS就好了,OK
  5. 重启IIS:iisreset
  6. 再次添加localhost。解决
  7. 然后,再次登录,发现还是没有但是网站正常访问,看来的确是bug.
  8. 需要安装IIS修复补丁.未实验。
http://agilebi.com/mcole/2009/08/03/the-path-specified-cannot-be-used-at-this-time/
http://www.cosdiv.com/page/M0/S266/266550.html
http://www.michadel.net/blog/fix-iis6-the-path-specified-cannot-be-used-at-this-time/
http://support2.microsoft.com/default.aspx?id=946517
 

IIS6.0必须重启IIS后才能管理网站