🙂 İNSANLARIN EN HAYIRLISI INSANLARA FAYDALI OLANDIR 🙂

Ramazan HABER / Asp.Net / MAXİMUM BUYUK SYSTEM.WEB.HTTPEXCEPTİON HATASİ COZUMU

 

1-) Asp.Net - MAXİMUM BUYUK SYSTEM.WEB.HTTPEXCEPTİON: HATASİ COZUMU

1-)web.config yerine gel configurationun arasındakini aşşagıdakı gıbı degıstır 1048576

<configuration>

    <system.web>

        <httpRuntime maxRequestLength="2048576" />

    </system.web>

</configuration>

2-)configurationun arasına aşşağıdakini ekle 1073741824

<configuration>

<system.webServer>

   <security>

      <requestFiltering>

         <requestLimits maxAllowedContentLength="2073741824" />

      </requestFiltering>

   </security>

 </system.webServer>

</configuration>

 2021 Ocak 18 Pazartesi
 434