注册 登录
编程论坛 Windows论坛

[求助]IIS出现这种错误"Server Application Error"

孤星泪水 发布于 2007-07-19 11:36, 718 次点击
请大家给我看看是怎么回事!我运行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."

这种错误是怎么回事!
该怎么解决这个问题呀!
请高手指点我该怎么办呀!

急!!!!!

5 回复
#2
system322007-07-19 18:20

错误提示: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.

解决方法如下:

1。右键我的电脑--管理--本地用户和组,给IUSR_机器名和IWAM_机器名两个用户设置密码,要一样。

2。

2。开始--运行--输入cmd,
然后cd c:\Inetpub\AdminScripts
然后cscript.exe adsutil.vbs set w3svc/wamuserpass 你的密码,
然后cscript.exe adsutil.vbs set w3svc/anonymoususerpass 你的密码

看一下,行了没有?如果还不行,那么
cscript.exe synciwam.vbs -v,
然后iisreset

Server Application Error续,8004EOOF错误

发现运行C:\Inetpub\AdminScripts\synciwam.vbs时报8004EOOF错误,晕死,网上搜索了下,发现是

MSDTC的问题: msdtc服务没有正常启动。 找到原因就好办啦^_^ Step1 删除注册表中的键:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSDTC

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSDTC HKEY_CLASSES_ROOT\CID Step2 停止

(如果这样不行就按照上一篇文章那么做,简单明了。)

MSDTC服务:net stop msdtc Step3 卸载MSDTC服务:msdtc -uninstall Step4 重新安装MSDTC服务:

msdtc -install 然后再按照原来的解决Server Application Error的方法就可以了,打完收工!~

#3
system322007-07-19 18:20

时时看

#4
deleter2007-07-21 13:44

静态网页可以浏览吗?这个是处理HTTP-500错误的步骤。

#5
system322007-07-21 19:42
静态网页可以浏览吗?
不能ASP的还有另外一种解决办法
#6
huoqilin2007-08-22 17:01
Server Application Error
出现这个错误,有时候是默认文档没有设置好,输入域名,后面跟上文件名试下
1