Site crashes with fatal communication error.

melon NG 291 Reputation points
2021-09-25T12:43:17.71+00:00

My site runs on IIS 6.2(windows server 2012) with asp.net core 6 RC1

The application pool of my site strangely automatically stop.

From the event viewer, I found it reports these warnings:
A process serving application pool 'aaa.com' suffered a fatal communication error with the Windows Process Activation Service. The process id was '4592'. The data field contains the error number.
A process serving application pool 'aaa.com' suffered a fatal communication error with the Windows Process Activation Service. The process id was '6808'. The data field contains the error number.
A process serving application pool 'aaa.com' suffered a fatal communication error with the Windows Process Activation Service. The process id was '3252'. The data field contains the error number.
A process serving application pool 'aaa.com' suffered a fatal communication error with the Windows Process Activation Service. The process id was '6496'. The data field contains the error number.

Then it reports this error and stops the application pool automatically:
Application pool 'aaa.com' is being automatically disabled due to a series of failures in the process(es) serving that application pool.

It seems this problem occurs after I upgrade my site from .net 5 to .net 6 RC1.

What's wrong with it? Thank you.

Internet Information Services
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,531 questions
{count} votes

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.