Hinzufügen von Library und Elementeigenschaften bei Objekterstellung

This commit is contained in:
ja
2022-01-17 11:43:49 +01:00
parent 5110dc93ec
commit 927c551951
241 changed files with 42104 additions and 1581 deletions

View File

@@ -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" maxRequestLength="153600" executionTimeout="900"/>
<httpRuntime requestValidationMode="2.0" targetFramework="4.7" maxRequestLength="153600" executionTimeout="900" />
<pages validateRequest="false" controlRenderingCompatibilityVersion="4.0" />
<!--<securityPolicy>
<trustLevel name="Full" policyFile="internal"/>
@@ -117,7 +117,7 @@
</rewrite>
<security>
<requestFiltering>
<requestLimits maxAllowedContentLength="157286400"/>
<requestLimits maxAllowedContentLength="157286400" />
</requestFiltering>
</security>
</system.webServer>