79547632

Date: 2025-04-01 02:56:11
Score: 1.5
Natty:
Report link

Since I am using MVC .Net Core 9.0.3 I added the following code in my Program.cs file.
After that, no issue loading that specific file. I probably hit somehow the Form value count limit 1024 .

services.Configure<FormOptions>(options =>
{
    options.ValueCountLimit = int.MaxValue;
});
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: lbrettsinclair