My customer has a large .NET 6 web application that has been migrated over the years from a .NET Core 1.0. Part of the functionality of the application is the ability to upload files. When they send a ...
There appears to be a global try/catch in some places inside ASP.NET Core. When allocating too much ram such that the CLR throws OutOfMemoryException, this can strike ...