Site crashes with fatal communication error.
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.