


K 我是男地!
秀才 post in 2006-7-4 13:06:40 #1吭,吭,哈哈哈
不用解释了。
秀才真可怜,看来被折磨的不成样子了,哈哈
buzhizhe post in 2006-7-4 13:55:33 #3哦 哈哈
niceidea post in 2006-7-5 14:14:26 #4WSWSWS~~~~~
Phzzy post in 2006-7-7 22:27:00 #5小弟:有事相告~~~急~~~~~悠风
悠风 post in 2006-7-9 12:07:44 #6哎~~~一急忘记了说:你qq多少?
悠负 post in 2006-7-9 12:24:00 #7The server has reached the maximum recovery limit for the application during the processing of your request. Please contact the server administrator for assistance.
ccdot post in 2006-7-10 8:51:40 #81.
Server Application ErrorThe server has encountered an error while loading an application
during the processing of your request. Please refer to the event log for more detail
information. Please contact the server administrator for assistance.
关于这个错误我查了好多的资料 照着他们的做了没有效果阿 及时重装IIS一样不能用 刚才在看
asp.dll文件提升到SYSTEM权限的时侯 突发奇
想就看看能成功不 没有想到解决了
步骤如下
一下命令都是在cmd下运行的 用以下命令
cscript adsutil.vbs set /W3SVC/InProcessIsapiApps "C:\WINNT\system32\idq.dll"
"C:\WINNT\system32\inetsrv\httpext.dll"
"C:\WINNT\system32\inetsrv\httpodbc.dll" "C:\WINNT\system32\inetsrv\ssinc.dll"
"C:\WINNT\system32\msw3prt.dll"
"C:\WINNT\system32\inetsrv\asp.dll"
把ASP.DLL加入system权限 然后最好关闭w3svc服务 在重新启动下 命令如下:
关闭iis命令 net stop w3svc 停止完毕后 在输入 net start w3svc 等成功启动后就OK了 你就会
发现你的IIS可以正常使用了!
不过此时你的ASP.DLL是在system权限下运行也就是说所有用ASP.DLL文件解析的文件都是以system权限运
行的 你可以运行个CMD.ASP 然后在添
加个用户 回显示“命令成功完成。”
网上有文章说是 IWAM账号所用密码不统一 而造成的。 我按着他们的做法做了相爱没有成功。
没有仔细研究 还是有特权好阿呵呵 先记下!
2.
解决IIS的Server Application Error不知道为啥,我的IIS访问asp就这样了。
------------------------------------
Server Application Error
The server has encountered an error while loading an application during the processing of
your request. Please refer to the event log for more detail information. Please contact the
server administrator for assistance.
------------------------------------
折腾N久…………终于好了。哈哈。
过程:
1。右键我的电脑--管理--本地用户和组,给IUSR_机器名和IWAM_机器名两个用户设置密码,要一样。
2。开始--运行--打cmd,
然后cd D:\Inetpub\AdminScripts(我的系统在D盘),
然后cscript.exe adsutil.vbs set w3svc/wamuserpass 你的密码,
然后cscript.exe adsutil.vbs set w3svc/anonymoususerpass 你的密码
看一下,行了没有?如果还不行,那么
cscript.exe synciwam.vbs -v,
然后iisreset。
-------------------------------
登陆网站出现如下错误代码:
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/def ... kb;zh-cn;297989#kb2