Analysis of the reasons and solutions for IIS startup failure

  
                

I just saw a netizen's help today. I installed Windows in order to do WEB debugging. As a result, IIS always has problems starting. The error code is as follows. I want to know why this happens. How to solve it? Therefore, Xiaobian thought that she had encountered the same problem a while ago and got a satisfactory solution. To this end, the details and solutions of the problems that occurred were transferred to share with everyone.

Looking at the logs, the error is as follows:

1. The World Wide Web Publishing Service encountered a problem requesting a configuration database change notification. The data field contains the error number.

2. An error occurred while initializing the configuration manager for the World Wide Web Publishing Service. The data field contains the error number.

3. The World Wide Web Publishing Service is exiting due to an error. The data field contains the error number. Finally, the "World Wide Web Publishing Service service stopped due to a 2147500034 (0x80004002) service error.

When restarting IIS after reinstalling WINDOWS2003+SP1, there is a prompt "Do not support this interface" problem. I have not found any relevant instructions in many places, and finally found the following solutions:

The solution is as follows: You need to register a large number of DLLs:

C:\\WINNT\\system32\\shell32.dll

C:\\WINNT\\system32\\Browseui.dll

C:\\WINNT\\system32\\mshtml.dll

C:\\WINNT\\system32\\oleaut32.dll

C:\\WINNT\\system32\\ole32.dll

C :\\WINNT\\system32\\actxprxy.dll

C:\\WINNT\\system32\\urlmon.dll

C:\\WINNT\\system32\\shdocvw.dll

Registering components Methods such as regsvr32 shell32.dll

After registering under DOS "IISRESET" restart IIS, it succeeds.

If you encounter the same problem in your future work, you can write a solution to this problem. I believe that you can solve your problem satisfactorily. Of course, you are welcome to have a better problem. Solution to the problem, come to this website to tell everyone.

Copyright © Windows knowledge All Rights Reserved