Windows error 0x80070425, -2147023835

Detailed Error Information

SERVICE_CANNOT_ACCEPT_CTRL[1]

MessageThe service cannot accept control messages at this time.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode7 (0x007)
NameFACILITY_WIN32[2][1]
DescriptionThis region is reserved to map undecorated error codes into HRESULTs.[2][1]
Error Code1061 (0x0425)

This is a Win32 error which has been mapped into an HRESULT. More information may be available in error 0x00000425.

Questions

23votes
3answers

How to get IIS AppPool Worker Process ID

I have a PowerShell script that is run automatically when our monitoring service detects that a website is down. It is supposed to stop the AppPool (using Stop-WebAppPool -name $AppPool;), wait until it is really stopped and then restart it. Sometimes it the process does not actually stop, manifested by [...] read more
iis
powershell
automation
21votes
1answer

IIS: Web Application hangs periodically needs system reboot

Once every 18-24 hours my IIS stops responding on a particular website. We have upgraded our web application a week ago and this seems to have started it. When it happens: 1. Any request to the asp.net application hangs for ever 2. Restarting the application pool gives the error 0x80070425 [...] read more
iis-7.5
freeze
1vote
2answers

IIS stops responding after recompile

I have my web app I'm developing under local IIS (so not not the visual studio embedded one). It works fine, I can go from page to page... But if I then change the code and recompile, IIS stops responding properly for ~2 minutes. If I attach the debugger, then [...] read more
c#
asp.net
iis
visual-studio-2015

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0