The customer's production environment web client fails randomly with HTTP 500. Based on the IIS logs the failure happens mostly in the customized screen request.
Are there any possible causes why this is happening randomly? and getting hundreds of HTTP 500 errors after the system restart.
Only exception they have provided :-
“Application: w3wp.exe CoreCLR Version: 4.700.21.6504 .NET Core Version: 3.1.12 Description: The process was terminated due to an unhandled exception. Exception Info: System.OperationCanceledException: The operation was canceled. at System.Threading.CancellationToken.ThrowOperationCanceledException() at Microsoft.Extensions.Hosting.Internal.Host.StopAsync(CancellationToken cancellationToken) at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.WaitForShutdownAsync(IHost host, CancellationToken token) at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.RunAsync(IHost host, CancellationToken token) at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.RunAsync(IHost host, CancellationToken token) at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.Run(IHost host) at FSM.WebClient.Program.Main(Stringr] args) in C:\Program Files (x86)\Jenkins\workspace\Branch Web Client Hotfix Publish\FSM.WebClient\Program.cs:line 34 “