The IIS Admin Service is terminated due to the following Service-specific errors: Invalid signature ., Iisadmin
View the system log:
The details are as follows:
Log name: System
Source: Service Control Manager
Date: 16:53:06
Event ID: 7024
Task Type: None
Level: Error
Keyword: Classic
User: Missing
COMPUTER: DESKTOP-MKK5408
Description:
The IIS Admin Service is terminated due to the following Service-specific errors:
Invalid Signature
Event Xml:
[Html]View plain copy
- <Event xmlns = "http://schemas.microsoft.com/win/2004/08/events/event">
- <System>
- <Provider Name = "Service Control Manager" Guid = "{555908d1-a6d7-4695-8e1e-26931d2012f4}" EventSourceName = "Service Control Manager"/>
- <EventID Qualifiers = "49152"> 7024 </EventID>
- <Version> 0 </Version>
- <Level> 2 </Level>
- <Task> 0 </Task>
- <Opcode> 0 </Opcode>
- <Keywords> 0x8080000000000000 </Keywords>
- <TimeCreated SystemTime = "2015-11-29T08: 53: 06.747974700Z"/>
- <EventRecordID> 10722 </EventRecordID>
- <Correlation/>
- <Execution ProcessID = "776" ThreadID = "856"/>
- <Channel> System </Channel>
- <Computer> DESKTOP-MKK5408 </Computer>
- <Security/>
- </System>
- <EventData>
- <Data Name = "param1"> IIS Admin Service </Data>
- <Data Name = "param2"> % 2148073478 </Data>
- <Binary> 490049005300410044004D0049004E000000 </Binary>
- </EventData>
- </Event>
In CSDN and MSDN, I post for help, but few people reply .......
When the error message shows "dependency service", you can search for "iis dependency service" online and collect the following services:
[Plain]View plain copy
- IIS Admin Service
- World Wide Web Publishing Service
- Remote Procedure Call (RPC) and Security Accounts Manager
- Event Log
Therefore, start these services in the Service and find that only the IIS Admin Service cannot be started in the above four services. The error message is as follows:
[Plain]View plain copy
- ---------------------------
- Service
- ---------------------------
- Windows cannot start IIS Admin Service on a local computer. For more information, see System Event Logs. If this is a non-Microsoft Service, contact the service provider and refer to the error code-2146893818 for specific services.
- ---------------------------
- OK
- ---------------------------
Because the following error is reported in CMD: [IIS service or World Wide Web Publishing Service, or a service dependent on these two services cannot be started. This service or the dependent service may be error or disabled during startup .]
My first thought is what services does the IIS Admin Service depend on? Will the service itself be labeled? Right-click Properties:
As a result, all the services marked by the property can be started normally, but the IIS Admin Service cannot be started.
Therefore, Baidu [Windows cannot start IIS Admin Service-2146893818 .], Most of the comments are:
Rename the MetaBase file in c: \ windows \ system32 \ inetsrv \ history, such as metabase_00000002300000000000000.xml (this file is generally a historical backup. You can select a proper file based on the Creation Time. copy xml to the c: \ windows \ system32 \ inetsrv \ directory to overwrite the original file.
The error is the same as before. So I thought, will the local backup also fail? Therefore, if you find a 32-bit win MetaBase file and try to replace it, try again Server 2008 R2 Enterprise Edition 64-bit MetaBase file. Then restart the IIS Admin Service and you will be OK.
If you can't do it, see the following:
As said on the Internet: regsvr32 % systemroot % \ system32 \ msxml3.dll also has a command on the cmd interface, and the command to re-register all windows dll has also been tried, no effect.
I have also read iis logs but have not understood them:
Finally, there is no way to reinstall iis! If you want to know the specific meaning of the error [IIS Admin Service ended due to the following Service-specific error: Invalid signature] or leave a message for a friend who wants to solve the error.
Note:
During this error, iis is accessible, but it cannot be restarted using the cmd command. No error will be reported when you restart the iis management interface, but it is unclear if the restart is successful.
Article