Hi, all
I tried to start IISADMIN with 'net start iisadmin' but it fails with following error code.
sc query iisadmin
SERVICE_NAME: iisadmin
TYPE : 20 WIN32_SHARE_PROCESS
STATE : 1 STOPPED
(NOT_STOPPABLE, NOT_PAUSABLE, IGNORES_SHUTDOWN))
WIN32_EXIT_CODE : 1066 (0x42a)
SERVICE_EXIT_CODE : -2146893818 (0x80090006)
CHECKPOINT : 0x0
WAIT_HINT : 0x0
Error code I got is 0x80090006 (NTE_BAD_SIGNATURE) which generated by SSPI facility.
Do you have any idea what is this error about?
One more thing, I'd like to debug the start up IISADMIN service (which is inetinfo.exe) with more detailed trace. Does anyone know what can be the best one for me? I already tried ETW, but it didn't seem to work for me.
Thanks in advance.