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
<system.webServer>
<security>
<requestFiltering>
<requestLimits maxAllowedContentLength="2073741824" />
</requestFiltering>
</security>
</system.webServer>