Änderung
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
<%@ Master Language="VB" CodeFile="Customers.master.vb" Inherits="Customers_Customers" %>
|
<%@ Master Language="VB" CodeFile="Customers.master.vb" Inherits="Customers_Customers" EnableSessionState="True" %>
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
|
||||||
|
|||||||
@@ -25,6 +25,7 @@
|
|||||||
-->
|
-->
|
||||||
<system.web>
|
<system.web>
|
||||||
<webServices>
|
<webServices>
|
||||||
|
|
||||||
<protocols>
|
<protocols>
|
||||||
<add name="HttpGet"/>
|
<add name="HttpGet"/>
|
||||||
<add name="HttpPost"/>
|
<add name="HttpPost"/>
|
||||||
@@ -34,9 +35,9 @@
|
|||||||
</conformanceWarnings>
|
</conformanceWarnings>
|
||||||
</webServices>
|
</webServices>
|
||||||
<authentication mode="Forms">
|
<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>
|
</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"/>
|
<httpRuntime requestValidationMode="2.0" targetFramework="4.7" maxRequestLength="153600" executionTimeout="900"/>
|
||||||
<pages validateRequest="false" controlRenderingCompatibilityVersion="4.0"/>
|
<pages validateRequest="false" controlRenderingCompatibilityVersion="4.0"/>
|
||||||
<!--<securityPolicy>
|
<!--<securityPolicy>
|
||||||
|
|||||||
@@ -4,7 +4,6 @@ Imports System.Security.Cryptography
|
|||||||
|
|
||||||
Partial Class login_Logout
|
Partial Class login_Logout
|
||||||
Inherits System.Web.UI.Page
|
Inherits System.Web.UI.Page
|
||||||
Dim sessionname
|
|
||||||
|
|
||||||
Function Page_Load() As Threading.Tasks.Task Handles Me.Load
|
Function Page_Load() As Threading.Tasks.Task Handles Me.Load
|
||||||
FormsAuthentication.SignOut()
|
FormsAuthentication.SignOut()
|
||||||
|
|||||||
Reference in New Issue
Block a user