Written on 2009年11月19日 @ 09:58 | by spirit | Tags: IIS   | 浏览:

刚装的IIS又完出问题了,出现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.

访问IIS客户端出现如上错信息提示,

在网上查了查解决方案如下:

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

2。开始--运行--打cmd,
然后cd c:\Inetpub\Adminscripts(我的系统在c盘),
然后cscript.exe adsutil.vbs set w3svc/wamuserpass 你的密码,
然后cscript.exe adsutil.vbs set w3svc/anonymoususerpass 你的密码

看一下,行了没有?如果还不行,那么
cscript.exe synciwam.vbs -v,
然后iisreset。 (从起Internet服务)


若转载请注明出处: Spirit's Home
本文地址: http://www.7788sky.cn/post/IIS-The-server-has-encountered-an-error.html
  1. 0 Response to “IIS出现server application error 的解决办法”

Post a Comment

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。