出现这样的提示Server Application Error怎么解决?
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.
我按下边的方法解决还是上面的提示,另外我的电脑里没这个IWAM_机器名我把它改成IWAM_机器名,有高手知道解决方案吗?谢谢!
----------------------------------
过程:
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。
----------------------------------