文章分类 Classification
Server Application Error解决办法
稿件来源: 阳光企业网站管理系统 撰稿作者: 太阳光 发表日期: 2011-02-15 阅读次数: 102 查看权限: 游客查看
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 cont
在我们制作网页的过程中,测试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.
解决方法:
1、右键我的电脑--管理--本地用户和组,给IUSR_机器名和IWAM_机器名两个用户设置密码,要一样。
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
另一种解决办法:
解决办法:
[1]:检查你的DTC服务(全名:Distributed Transaction Coordinator)是否可以正常启动,如果正常的话请你跳过此步骤;如果出错,无法正常启动,请在开始菜单的运行中 运行:msdtc -resetlog 以创建日志文件。重起机器,检查IIS是否可以正常使用,若不行继续。
[2]:在CMD下执行以下命令:
cd %windir%\system32\inetsrv rundll32 wamreg.dll, CreateIISPackage regsvr32 asptxn.dll
关键词: Server Application Error,asp 编辑时间: 2012-04-07
0
高兴0
支持0
搞笑0
不解0
谎言0
枪稿0
震惊0
无奈0
无聊0
反对0
愤怒
0%(0)
0%(0)
- 暂无评论
文章图片 article Pictrue
网友评论