iis 浏览没有反应 无法启动 解决方法总结

本文详细阐述了IIS启动故障的原因及解决方法,包括重新安装IIS、修改注册表键值、卸载特定补丁等步骤。同时,提供了解决服务启动失败的具体操作,如检查并设置防火墙规则、启动相关服务等。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

iis 浏览没有反应 无法启动 解决方法总结<!--插入图片放在内容右上角--><!-- <div style="background: url(images/1.jpg) repeat scroll 0% 0%; float: right;width: 500px; height: 420px;">sss</div> 左上角时:style="float:right;padding:10px 10px 10px 0;" 或者文字内容上方时style="padding:10px 0;text-align:center;"-->

<script id="diary_data_10048484"></script>

主要现象:打开IIS,右击某一个文件,“浏览”无反应。

尝试的解决方法:重新安装IIS,或者重置ie。

解决方法:修改为IE为默认浏览器的注册表键值, 就可以在iis里面用IE浏览了, 将下面的内容保存为一个扩展名为.reg 的文件, 打开这个.reg文件! 双击注册就可以了!!

REGEDIT4

[HKEY_CLASSES_ROOT\CLSID\{0002DF01-0000-0000-C000-000000000046}\LocalServer32]
@="C:\\Program Files\\internet explorer\\iexplore.exe"

[HKEY_CLASSES_ROOT\file\shell]
@="open"

[HKEY_CLASSES_ROOT\file\shell\open\command]
@="\"C:\\Program Files\\internet explorer\\iexplore.exe\" \"%1\""

[HKEY_CLASSES_ROOT\ftp\shell]
@="open"

[HKEY_CLASSES_ROOT\ftp\shell\open\command]
@="\"C:\\Program Files\\internet explorer\\iexplore.exe\" \"%1\""

[HKEY_CLASSES_ROOT\htmlfile\shell]
@="open"

[HKEY_CLASSES_ROOT\htmlfile\shell\open\command]
@="\"C:\\Program Files\\internet explorer\\iexplore.exe\" \"%1\""

[HKEY_CLASSES_ROOT\HTTP\shell]
@="open"

[HKEY_CLASSES_ROOT\HTTP\shell\open\command]
@="\"C:\\Program Files\\internet explorer\\iexplore.exe\" \"%1\""

[HKEY_CLASSES_ROOT\https\shell]
@="open"

[HKEY_CLASSES_ROOT\https\shell\open\command]
@="\"C:\\Program Files\\internet explorer\\iexplore.exe\" \"%1\""

[HKEY_CLASSES_ROOT\InternetShortcut\shell]
@="open"

[HKEY_CLASSES_ROOT\InternetShortcut\shell\open\command]
@="\"C:\\Program Files\\internet explorer\\iexplore.exe\" \"%1\""

[HKEY_CLASSES_ROOT\mhtmlfile\shell]
@="open"

[HKEY_CLASSES_ROOT\mhtmlfile\shell\open\command]
@="\"C:\\Program Files\\internet explorer\\iexplore.exe\" \"%1\""


[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{0002DF01-0000-0000-C000-000000000046}\LocalServer32]
@="C:\\Program Files\\internet explorer\\iexplore.exe"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\file\shell]
@="open"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\file\shell\open\command]
@="\"C:\\Program Files\\internet explorer\\iexplore.exe\" \"%1\""

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ftp\shell]
@="open"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ftp\shell\open\command]
@="\"C:\\Program Files\\internet explorer\\iexplore.exe\" \"%1\""

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\htmlfile\shell]
@="open"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\htmlfile\shell\open\command]
@="\"C:\\Program Files\\internet explorer\\iexplore.exe\" \"%1\""

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\HTTP\shell]
@="open"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\HTTP\shell\open\command]
@="\"C:\\Program Files\\internet explorer\\iexplore.exe\" \"%1\""

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\https\shell]
@="open"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\https\shell\open\command]
@="\"C:\\Program Files\\internet explorer\\iexplore.exe\" \"%1\""

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\InternetShortcut\shell]
@="open"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\InternetShortcut\shell\open\command]
@="\"C:\\Program Files\\internet explorer\\iexplore.exe\" \"%1\""

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\mhtmlfile\shell]
@="open"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\mhtmlfile\shell\open\command]
@="\"C:\\Program Files\\internet explorer\\iexplore.exe\" \"%1\""

[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\StartMenuInternet]
@="IEXPLORE.EXE"

WindowsXP-KB939373-x86-CHS.exe补丁.
好像是阻止iis远程代码执行什么的补丁。就是最近刚刚出现的,大面积出现这个问题都是在7月10号以后。我的也是这两天出现了相同的问题。
解决:到控制面板-添加删除程序,点击最上边的“显示更新”,找到“windows xp 软件更新”,卸载掉7月10号以后的几个补丁,World Wide Web Publishing服务便能启动了。
(前提:c盘windows目录下以$开头$结尾的文件夹没有删除掉)

系统环境是:Windowsxp sp2, IIS5.1

查看服务,发现"World Wide Web Publishing"关闭了,启动也提示启动失败。看来是进程无法启动,这时候当然看看防火墙或是杀毒软件有没有相关的进程,"World Wide Web Publishing"的可执行文件是"inetinfo.exe",在瑞星防火墙访问规则里找到"inetinfo.exe"访问规则设为全部放行.
再次启动"World Wide Web Publishing",然后再启动IIS,一切OK. 

其他解决方法:
1.  系统环境:Windowsxp+sp2,II5.0
  故障现象:上午把IIS服务停止以后,程序长时间没响应,通过任务管理器关闭,启动时提示“服务没有及时响应启动或控制请求”,重启计算机未能解决。
  解决办法:在Internet信息服务下有本地计算机(计算机机名),单击名键,选择断开,提示确实要断开本地计算机(计算机机名)吗?选择确定。
  右键单击Internet,选择连接,计算机名填本机名称,用户名填本机管理员帐号(Administrator),确定。
Quote
2.  电脑的IIS启动不了,发现"WorldWideWebPublishing"关闭了,启动也提示启动失败。静下心来,再看看其它关闭了的服务,有一项Eventlog把它启动了,再启动WorldWideWebPublishing成功。问题就在这里。
  虽然“WorldWideWebPublishing”服务和SMTP服务的依存关系列表中没有提到“eventlog”服务,但“eventlog”服务不启动的话,就会出现上述问题。启动“eventlog”服务,然后启动“WorldWideWebPublishing”服务,上述问题消失。

3.  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
HOW TO: Download, Install, and Remove the IIS MetaEdit 2.2 Utility
http://support.microsoft.com/?id=232068
Quote
4.  解决IIS不能启动,提示服务器没有及时响应启动或控制请求!
问题现象:
1、在IIS中站点显示停止,点击开启IIS不能启动,提示:服务器没有及时响应启动或控制请求 点击重新启动IIS提示:服务器没有及时响应启动或控制请求!
2、World Wide Web Publishing Services不能启动,提示“错误1721,资源不足,无法启动”
解决方法:
1、刚刚我也出现了那个问题,弄了一上午现在解决了,我是查出了World Wide Web Publishing Service服务没有启动,也启动不了,按照他的依存关系,把其他的服务启动了就可以了,我启动的是HTTP SSL,然后World Wide Web Publishing Service就可以用了,iis也可以了
2、有一次站点访问失败,IIS服务无法启动,我的解决思路是这样的:
先打开Administrative Tools --> Service,发现World Wide Web Publishing Service停止了。于是试图启动该服务,结果报错。
于是查看World Wide Web Publishing Services所需要依赖的服务(Dependencies),看到是IIS Admin Service。进而发现IIS Admin Service也无法启动,再查IIS Admin Service的Dependencies,查的结果是Protected Storage和RPC(Remote Procedure Call),于是启动RPC,接着顺利启动IIS Admin Service,接着启动World Wide Web Publishing Services,于是IIS恢复正常。

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值