The World Wide Web Publishing Service cannot be started. Error 127 cannot find the specified program/path

Source: Internet
Author: User

Microsoft updates are sometimes depressing for common users and developers, because they often encounter unpredictable compatibility errors. With regard to iis5.0 startup, after kb939373 patch, IIS cannot be started due to new patches such as kb2123161, kb2271195, and kb2290570. After these new patches are updated, the World Wide Web Hing service always reports a 127 error at startup, as shown below:

Reference content: the World Wide Web Publishing Service cannot be started. Error 127 cannot be found Program /Path

Many people have reported that the IIS reinstallation is invalid, but the above mentioned patch can be restored after being reinstalled. So how can we enable the World Wide Web Hing service properly without reinstalling the system, uninstalling patches, and IIS? Please refer to the following answers:

1. Why is it useless to reinstall IIS after installing these patches?
A: The % WINDIR % \ system32 \ dllcache directory contains the backup DLL and exe files.

Solution:

After installing the above patches, if your IIS version is 5.1
% Windir % \ system32 \ inetsrv (generally: c: \ windows \ system32 \ inetsrv)
Copy the Infocomm. dll file in the directory, and then delete or overwrite
% Windir % \ system32 \ dllcache (generally: c: \ windows \ system32 \ dllcache)
And
% Windir % \ system32 \ inetsrv (generally: c: \ windows \ system32 \ inetsrv)
The Infocomm. dll file in the directory.

TIPS:

1. A warning such as a non-system file prompt should appear during the operation. Click "cancel" and then "Retain file. Start the management tool and start the world wide web Hing service.
2. This method solves the issue of failed startup, but the vulnerability is not fixed yet.
3. If you cannot find the Infocomm. dll file, download the IIS installation package on the internet, decompress it, find the Infocomm. DL _ file, and run the doscommand:

Reference content expand Infocomm. DL _ D: \ Infocomm. dll


.

4. iis5.1 the normal use of infocomm. dll is 235 KB, and the patch is kb.
5. Because it is a system file, you must replace the file at the doscommand prompt. A lot of friends won't replace it, so they wrote the following batch processing command to store the Infocomm. dll file in the directory of the d disk, and thenCodeSave it as a. BAT file and run it.

Copy the content to the clipboard program code @ echo off & setlocal enabledelayedexpansion
Color F2
Title Infocomm. dll replace batch processing program-fixed error 127 failure to find the specified program/path
Echo, put the Infocomm. dll file under drive D, and press enter to continue...
Echo % date % time %
Pause
Color 0a
Cd % WINDIR % \ system32 \ dllcache
Copy Infocomm. dll D :\
Ren Infocomm. dll Infocomm. dll. Bak
D:
Copy Infocomm. dll % WINDIR % \ system32 \ dllcache
C:
Cd % WINDIR % \ system32 \ inetsrv
Ren Infocomm. dll Infocomm. dll. Bak
D:
Copy Infocomm. dll % WINDIR % \ system32 \ dllcache

ECHO file replaced!
Pause

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.