Causes and solutions for IIS server startup failure under Win7 system

  
                

Some users who use Win7 system want to do WEB test under the system, but IIS always does not start up and displays the error code. How are these problems in the end? The following is the reason and solution for the failure of IIS server startup under Win7 system.

View log, error showed the following:

1, World Wide Web Publishing Service encountered a problem when requesting the 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 because of a 2147500034 (0x80004002) service error.

When restarting IIS after reinstalling WINDOWS2003+SP1, the prompt "Do not support this interface". I found a lot of places and found no relevant instructions. Finally, I 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< Br>

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 succeeds .

The reason and solution for the failure of IIS server startup under Win7 system solves the problem that IIS server fails to start, and can perform WEB test.

Copyright © Windows knowledge All Rights Reserved