zoukankan      html  css  js  c++  java
  • IIS 发生意外错误 0x8ffe2740

    1、IIS 发生意外错误 0x8ffe2740

    原因
    如果系统中存在端口冲突就有可能发生本情况. IIS默认使用80端口进行HTTP通信. 如果除IIS外的应用程序正在运行并且正在相同的IP地址上使用80端口,在您试图使用IIS管理器启动网站时您也可能收到该错误讯息. 
    解决方法
    要解决这个问题,您可以进行以下任一项操作:
    • 在IIS管理器中更改网站绑定端口为除80端口外的其它端口. 
    • 停止正在使用80端口的应用程序,然后从IIS管理器中启动网站. 

    2、IIS  发生意外错误  0x8ffe270

    IIS元数据库可能坏了。。测试一下。  
      Try   to   enumerate   metabase:  
      1>.   Open   a   command   prompt   and   change   to   the   C:\Inetpub\Adminscripts   folder.  
      2>.  At   the   command   line,   type   "cscript   adsutil.vbs   enum   "   (without   the    quotation   marks).  
            If   this   command   is   successful,   it   enumerates   the   settings   in   the  metabase.  
            If   the   command   is   not   successful,   you   receive   the   -2146893792   (0x80090020)   error   code.   
          假如有备份,把数据恢复。 如果没有,参考  How   to   Manually   Restore  the   Metabase   When   No   Proper   Backup  Exists  or  When  
      the   MMC   Does   Not   Start   http://support.microsoft.com/?id=234429  

  • 相关阅读:
    mysqldump 逻辑备份和物理备份
    mysql备份
    MySQL日志
    mysql 查询缓存
    Error: xz compression not available的解决办法
    rsync + crontab + expect 快速搭建同步
    同步文件,不需要密码
    logstash 值得收藏的
    MySQL5.7主从,单slave多master
    微信代扣签名
  • 原文地址:https://www.cnblogs.com/youth0826/p/1363253.html
Copyright © 2011-2022 走看看