Upload Antwortgröße wurde auf 15MB festegelgt. Keine Besserung bei HTTP500 Error-Code

This commit is contained in:
ja
2022-01-03 15:13:05 +01:00
parent 65738d3b42
commit 33b44e9d2e
3 changed files with 13 additions and 7 deletions

View File

@@ -23,7 +23,7 @@
<httpRuntime targetFramework="4.7" />
</system.Web>
-->
<system.web>
<system.web>
<webServices>
<protocols>
<add name="HttpGet" />
@@ -37,7 +37,7 @@
<forms defaultUrl="/Customers/Welcome.aspx" loginUrl="login/Login_FLEX.aspx" slidingExpiration="true" timeout="2880" />
</authentication>
<sessionState mode="InProc" timeout="2880" cookieless="false" regenerateExpiredSessionId="false" compressionEnabled="false" useHostingIdentity="true" />
<httpRuntime requestValidationMode="2.0" targetFramework="4.7" />
<httpRuntime requestValidationMode="2.0" targetFramework="4.7" maxRequestLength="153600" executionTimeout="900"/>
<pages validateRequest="false" controlRenderingCompatibilityVersion="4.0" />
<!--<securityPolicy>
<trustLevel name="Full" policyFile="internal"/>
@@ -115,7 +115,12 @@
</rule>
</rules>
</rewrite>
</system.webServer>
<security>
<requestFiltering>
<requestLimits maxAllowedContentLength="157286400"/>
</requestFiltering>
</security>
</system.webServer>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>