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、修改IWAM_Myserver帐号密码,假设为“000000”。
2、修改IIS内部IWAM_Myserver帐号密码,在c:\inetpub\adminscripts\目录下(IIS安装默认目录),输入:
cscript adsutil.vbs set w3svc/wamuserpass "000000"
(此处“0”表示用户自定义的密码)
修改成功后,系统有如下提示:
wamuserpass: (string) "******"
3、同步com+应用程序所用的IWAM_Myserver的密码,在c:\inetpub\adminscripts目录下(IIS安装默认目录)输入:
cscript synciwam.vbs -v
观察没有错误信息,那么ok。