79576549

Date: 2025-04-16 06:39:58
Score: 1
Natty:
Report link

This is what you are missing. Open your `web.config`

<configuration>
  <system.web>
    <httpRuntime maxRequestLength="10240" />
  </system.web>
</configuration>
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Zanda