Änderung

This commit is contained in:
ja
2022-02-09 10:37:29 +01:00
parent 874cf85196
commit 3b5de5829f
3 changed files with 4 additions and 4 deletions

View File

@@ -25,6 +25,7 @@
-->
<system.web>
<webServices>
<protocols>
<add name="HttpGet"/>
<add name="HttpPost"/>
@@ -34,9 +35,9 @@
</conformanceWarnings>
</webServices>
<authentication mode="Forms">
<forms defaultUrl="/Customers/Welcome.aspx" loginUrl="login/Login_FLEX.aspx" slidingExpiration="true" timeout="2880"/>
<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"/>
<sessionState mode="InProc" timeout="2880" cookieless="false" regenerateExpiredSessionId="true" compressionEnabled="false" useHostingIdentity="true"/>
<httpRuntime requestValidationMode="2.0" targetFramework="4.7" maxRequestLength="153600" executionTimeout="900"/>
<pages validateRequest="false" controlRenderingCompatibilityVersion="4.0"/>
<!--<securityPolicy>