Hinzufügen von Library und Elementeigenschaften bei Objekterstellung
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user