解决IIS的Server Application Error

Written by EEQ on 七月 25th, 2006

登陆网站出现如下错误代码:
Server Application Error

The server has reached the maximum recovery limit for the application during the processing of your request. Please contact the server administrator for assistance.

原因
IUSR_计算机名 和 IWAM_计算机名 帐户的用户名和密码存储在三个位置:
? Internet Information Server (IIS) 元数据库
? 域 (Windows NT) 或本地用户和组 (Windows 2000) 的用户管理器
? Microsoft Transaction Server (Windows NT) 或组件服务 (Windows 2000)
如果这三个位置中的用户名和/或密码不同步,您就会收到上述错误信息

我的具体解决步骤:
1.右键我的电脑–管理–本地用户和组,给IUSR_机器名和IWAM_机器名两个用户设置”密码”

2. 开始–运行–打cmd,
然后 cd C:\Inetpub\AdminScripts
然后 cscript.exe adsutil.vbs set w3svc/wamuserpass “密码”
然后 cscript.exe adsutil.vbs set w3svc/anonymoususerpass “密码”
测试一下,是否正常!
问题还是没有解决!

3. 再执行 cscript.exe synciwam.vbs -v,
然后 开始—cmd—iisreset。//重起IIS

测试网站基本正常

微软技术中心提供的资料:

http://support.microsoft.com/default.aspx?scid=kb;zh-cn;297989#kb2

本文永久链接:http://www.iteeq.com/archives/87


评论 »

还没有任何评论。

名称 (必需)
电子邮件 (required - never shown publicly)
URI
您的评论 (smaller size | larger size)
You may use <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> in your comment.