IIS application pools stopped frequently with error code 0x80070426 ? Need advise to resolve this . Please help me.

Raja 1 Reputation point
2022-11-14T01:02:15.55+00:00

Our application installed on IIS version 10.0 & Windows server 2016.

It is build using asp.net. Application pools are getting stopped frequently. Not one app pool, this is happening for all app pools.
When we try to start & recycle IIS application pool also stop/start ISS also not helping. Its throwing below error. Application pools are configured with machine account.

Cannot Start application pool.

There was an error while performing this operation.
Details:
The Service has not been started error 0x80070426 (Exception from HResult 0x80070426.

Event Viewer:
A Process serving application pool AAA terminated unexpectedly. The Process id was '53376'. The process exit code was 0xffffffff.

What I have tried:

I tried reset of IIS but it is not helpful. Same error is throwing after IIS reset.
Also I have stopped and started application pool. But it is not allowing me to stop/start because it is throwing same error.

If I restart the server Application pool is started working.
As a workaround I am restarting the server whenever we get this application pool stopped issue.

Windows development | Internet Information Services
Windows for business | Windows Server | User experience | Other
Developer technologies | ASP.NET | Other
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Yurong Dai-MSFT 2,846 Reputation points Microsoft External Staff
    2022-11-14T08:11:14.613+00:00

    Hi @Raja ,

    I think your problem requires using a debugging tool (such as IIS Debug Diagnostics) and taking a dump of the process to see why it's crashing. See this article How to use the Debug Diagnostic Tool to troubleshoot a process that has stopped responding in IIS.

    In addtion, If you can, I suggest you'd better open a support ticket via: https://support.microsoft.com, because they will analyze the dump file for you more professionally to solve your problem.


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the email notification for this thread.

    Best regards,
    Yurong Dai

    1 person found this answer helpful.
    0 comments No comments

  2. Amit Singh 5,306 Reputation points
    2022-11-14T11:11:16.223+00:00
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.