79380087

Date: 2025-01-23 07:01:19
Score: 1.5
Natty:
Report link

I am sure if it is related to .NET8. It could be related to IIS's memory management. Try considering below situations:

  1. I am not sure if your application is running with single or with multiple instances. If multiple, it is possible that, one instance has created cache and other instance is trying to access the same.

  2. Another possibility, IIS's memory management. If application is running on low memory, in such cases IIS flushes memory/chache by recycling app pools.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Kiran Sarode