successHTTP 500 internal server error correction method

500 Internal Server Error  时间:2021-02-21  阅读:()

HTTP 500 internal server error correction methodOne. Error performance

Iis5' s http500 internal server error is one of the most commonerrors we encounter, and its main error is that the asp programcan' t browse but HTM static web pages are not affected. Inaddition, the system event log and the security event log havea corresponding record when the error occurs.

Specific as follows:

(1) the performance of ie

The following error occurs when browsing an asp page that ispreviously running properly:

The page doesn't show

There is aproblemwith the page you are visiting, so you can'tdisplay it.

Try the following:

Open the http://127.0.0. 1 home page to find the link to therequired information.

Click the refresh button, or try again later.

Http500-internal server error

Internet information services

Technical information (supporting individuals)

Detailed information:

Microsoft support

Or:serverappl icationerror

Theserverhasencounteredanerrorwhileloadinganappl icationduringtheprocessingofyourrequest.

Pleaserefertotheeventlogformoredetailinformation.

Pleasecontacttheserveradministratorforassistance.

(2) safety log records (2)

Event type: failed audit

Event source: security

Event type: login/logout

Event id: 529

Date: 2001-9-9

Events: 11 :17:07

User: ntauthority \ system

Computer: mys erver

Description:

Logon failure:Reason: user name unknown or password errorUser name: iwam_myserver

D oma i n: my dom

Login type: 4

The login process: advapi

Authentication package:microsoft_authentication_package_v1_0

The name of work: myserver

Event type: failed audit

Event source: security

Event type: account login

Event id: 681

Date: 2001-9-9

Events: 11 :17:07

User: ntauthority \ system

Computer: mys erver

Description:

Log in to the account: iwam_myserver

Login user: microsoft_authentication_package_v1_0From the workstation: myserver

Without success. Error code: 3221225578

(3) the records in the system log (2)

Event type: error

Event source: dcom

Event type: no

Event id: 10004

Date: 2001-9-9

Events: 11 :20:26

User: n/a

Computer: mys erver

Description:

Dcom encountered the error "unable to update the password. Thevalue provided to the new password contains the value that isnot allowed in the password. " And unable to log in. \iwam_myserver to run the server:

3 d14228d d0 fbe1-11-995 - d - 00 c04fd919c1}

Event type: warning

Event source: w3svc

Event type: no

Event id: 36

Date: 2001-9-9

Events: 11 :20:26

User: n/a

Computer: mys erver

Description:

The server failed to move to the application '/ lm/w3svc / 4/root' .The error is that "the format of runas must be<domain>

\ < user name > or just < user name >".

For more information on this message, visit the Microsoftonline support site:http://www.microsoft.com/contentredirect.asp.

Second reason analysis

Comprehensive analysis we can see that the above errorperformance is mainly due to the iwam account (in my computeris iwam_myserver account) password error caused the http500internal error.

Http500 in detailed analysis the causes of internal errorbefore, first make a brief introduction of the iwam account:iwam account is installing a iis5 system automaticallyestablish a built-in account, it is mainly used for startingthe process of application of the Internet information services.Iwam account name will be based on each computer netbios namevaries, the general format is iwam_machine, namely by "_" and"iwam" prefix, line of computer netbios name. My computer' snetbios name is myserver, so the name of the iwam account onmy computer is the iwam_myserver, which is very similar to thename of the iis anonymous account isur_machine.

After the iwam account set up by activedirectory, iismetabasedatabase and com + application common use, password ispreserved by three sides respectively, and by the operatingsystem is responsible for the three parties save iwam passwordsynchronization. By common sense, the work that is responsiblefor the operating system can be assured that we don't have to

worry about making mistakes.Select "start" - > "program" - >"management tool" - > "activedirectory user and computer" andstart the "activedirectory user and computer"management unit.Click "user", select the "iwam_myserver" on the right, andright-click to "reset the password (t) . . . " In jump out to resetthe password for in the box to iwam_myserver set the newpassword, here we are set to"aboutnt2001" (without the quotes) ,sure, waiting for the password is changed.

(2) synchronizing the password of the iwam_myserver account iniismetabase

Because the changes might be a sensitive and important,Microsoft does not modify the iismetabase iwam_myserveraccount password for us to provide an explicit user interface,only with iis5 provides a management script adsutil. VBS, thescript is located in the c: \ inetpub \ adminscriptssubdirectory (position may by different Settings when youinstall iis5 change) .

The adsutil.vbs script is powerful, with a large number ofparameters and complex usage, which only provides a way tomodify the iwam_myserver account password using this script:Adsutil set w3svc/wamuser passpassword

The "password" parameter is the new password for the iwamaccount to be set. So we changed the password for theiwam_myserver account in iismetabase to "aboutnt2001" :

C: \ inetpub \ adminscripts > adsutil set w3svc/wamuserpass"aboutnt2001"

After the changes are made, the system will have the followingt ips:Wamuserpass: (string) "aboutnt2001"

(3) the password for the iwam_myserver used by the com +application

Synchronous iwam_myserver password used in the com +application, we have two ways to choose: one is using thecomponent services MMC management unit, another is to use iwamaccount sync script synciwam. VBS.

Use the component service MMC management unit

(1) to start the component services management unit: select the"start" - > "run" - > "MMC", start the admin console, open the"add/remove snap-in dialog box, add" component "servicemanagement unit.

(2) f ind "component services" - > "computer" - > "my computer"- > "com + application" - > "out - of -processpooledapplications", right click on the "out - of -processpooledapplications" - > "properties".

(3) switch to the "icon" TAB of the

"out-of-processpooledapplications" properties dialog. "Thisapplication will run under the following account" and "thisuser" will be selected and the user name is "iwam_myserver".These are all default andneed not be changed. Enter the correct

password "aboutnt2001" in the "password" and "confirmpassword" text box below to determine the exit.

(4) if the system prompts "the application is created by morethan one external product. Are you sure you want to be supportedby these products?" Be sure to do it. (5) if we will some otherin iis web applicationprotection"set to"high"(independent) ,then the web of the com+application used iwam account passwordalso needs to be synchronized. Repeat (1) - (4) step,synchronizing other corresponding outofprocessapplication' siwam password.

Use the iwam account synchronization script synciwam. VBSMicrosoft has actually found iwam account passwordsynchronization problems, so on the management of iis5 scriptsseparate synchronous write a script for the iwam accountpassword synciwam. VBS, the script is located in the c: \inetpub \adminscripts subdirectory (position may by differentSettings when you install iis5 change) .

The synciwam.vbs script is simple:

Cscriptsynciwam. VBS [-v |-h]

The "-v"parameter indicates the entire process that the scriptperforms (recommended using) , and the "-h" parameter is usedto display simple help information.

We need to synchronize the password of the iwam_myserveraccount on the com + application, and simply execute

易探云香港vps主机价格多少钱?香港云服务器主机租用价格

易探云香港vps主机价格多少钱?香港vps主机租用费用大体上是由配置决定的,我们选择香港vps主机租用最大的优势是免备案vps。但是,每家服务商的机房、配置、定价也不同。我们以最基础配置为标准,综合比对各大香港vps主机供应商的价格,即可选到高性能、价格适中的香港vps主机。通常1核CPU、1G内存、2Mbps独享带宽,价格在30元-120元/月。不过,易探云香港vps主机推出四个机房的优惠活动,...

搬瓦工:新增荷兰机房 EUNL_9 测评,联通 AS10099/AS9929 高端优化路线/速度 延迟 路由 丢包测试

搬瓦工最近上线了一个新的荷兰机房,荷兰 EUNL_9 机房,这个 9 的编号感觉也挺随性的,之前的荷兰机房编号是 EUNL_3。这次荷兰新机房 EUNL_9 采用联通 AS9929 高端路线,三网都接入了 AS9929,对于联通用户来说是个好消息,又多了一个选择。对于其他用户可能还是 CN2 GIA 机房更合适一些。其实对于联通用户,这个荷兰机房也是比较远的,相比之下日本软银 JPOS_1 机房可...

港云网络(¥1/月活动机器),香港CN2 4核4G 1元/月 美国CN2

港云网络官方网站商家简介港云网络成立于2016年,拥有IDC/ISP/云计算资质,是正规的IDC公司,我们采用优质硬件和网络,为客户提供高速、稳定的云计算服务。公司拥有一流的技术团队,提供7*24小时1对1售后服务,让您无后顾之忧。我们目前提供高防空间、云服务器、物理服务器,高防IP等众多产品,为您提供轻松上云、安全防护。点击进入港云网络官方网站港云网络中秋福利1元领【每人限量1台】,售完下架,活...

500 Internal Server Error为你推荐
手机游戏排行榜20152015有什么手机游戏好玩?百度手写百度手写显示网站联盟百度网盟是什么,怎么加入安卓应用平台安卓系统支持的软件并不是那么多,为什么这么多人推崇?qq空间装扮qq空间怎么装扮微信电话本怎么用微信电话本好用吗php购物车php session实现购物车的原理网站营运网站运营要学些什么?尚易企业邮局尚易企业邮箱的服务怎么样优锁手术后为什么还在不停的流黄色液体?
购买域名 美国域名注册 长沙域名注册公司 互联网域名管理办法 Vultr omnis godaddy支付宝 52测评网 亚马逊香港官网 linux服务器维护 vip购优惠 搜索引擎提交入口 linux使用教程 网站在线扫描 宏讯 备案空间 linode支付宝 中国电信网络测速 云服务器比较 wordpress中文主题 更多