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.

Internet Information Services
Windows Server 2016
Windows Server 2016
A Microsoft server operating system that supports enterprise-level management updated to data storage.
2,377 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,270 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,170 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Yurong Dai-MSFT 2,781 Reputation points Microsoft Vendor
    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