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? I thought that I encountered the same problem a while ago and got a satisfactory solution. To this end, I will share the details and solutions of the problems that I have created with you.
View the log, error performance For the following:
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. Due to an error, the World Wide Web Publishing Service is exiting. The data field contains the error number. Finally, the "World Wide Web Publishing Service service stopped due to a 2147500034 (0x80004002) service error.
Reloading WINDOWS2003+SP1 After starting IIS, 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: 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
How to register components such as regsvr32 shell32.dll
After registration, under DOS "IISRESET" restart IIS, it will succeed.
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 also welcome to solve the problem better. Program, come to this website to tell everyone.

Copyright © Windows knowledge All Rights Reserved