Site crashes with fatal communication error.

melon NG 296 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.

Windows development | Internet Information Services
Developer technologies | ASP.NET | Other
{count} votes

Your answer

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