Unable to start IIS Admin service with HResult 0x80010119

0

I'm unable to start the IIS admin service, or run IIS Reset. Whenever I do this I get the following error appear in the event log:

The IIS Admin service terminated with service-specific error 2147549465 (0x80010119).

iis
asked on Server Fault Feb 16, 2010 by Justin

2 Answers

2

Just kill inetinfo.exe via task manager. You might also need to kill all processes relating to IIS, like iissrv.exe. After that iisreset will work again.

Same problem was described here

If your problem still exists you might need to specify your system details like .NET version, what version of windows / IIS etc.

answered on Server Fault Feb 16, 2010 by Dennis G
0

I fixed this by killing the process inetinfo.exe. Apparently iissrv.exe might also have this effect.

See http://blogs.msdn.com/sajoshi/archive/2006/08/31/733549.aspx

answered on Server Fault Feb 16, 2010 by Justin

User contributions licensed under CC BY-SA 3.0