IIS App Domain restarting unexpectedly

Venkat idarts 6 Reputation points
2020-12-14T13:05:24.82+00:00

We have handler based web application hosted on IIS. It is "HttpHandler" based routing application. The handlers receive approximtalet two to three thousand requests per second to serve data. The IIS App_domain getting restarted unexpectedly without anything configured on iis level and system level. All the in-memory data lost on this process which we need to maintain user sessions.

The issue began about 4 months back and happens 2 to 3 times a week, but only once in a day
No errors in the IIS and event logs found.
We collected the crash dump (attached) which shows Culture not found exception

Environment
• OS - Windows server 2012 R2 standard
• IIS - IIS 8.5.1600.16384
• Framework - .NET Framework 4.8

We checked event viewer logs and IIS logs but nothing was written
We enabled all log options in IIS settings, but nothing gets logged
We did windows update to latest version
We upgraded the framework from 4.5 to 4.8
We converted the application from 32 bit to 64 bit (This was done because of out of memory exception)
We collected the crash dump (attached) which shows Culture not found exception

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,573 questions
0 comments No comments
{count} vote

2 answers

Sort by: Most helpful
  1. Venkat idarts 6 Reputation points
    2020-12-15T09:21:06.72+00:00
    0 comments No comments

  2. Aniruddha Mukherjee 1 Reputation point
    2021-01-28T05:48:35.127+00:00

    Did you get a chance to review the logs?

    0 comments No comments

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.