Änderungen an Fehlersystem
This commit is contained in:
11
Web.config
11
Web.config
@@ -27,7 +27,7 @@
|
||||
<authentication mode="Forms">
|
||||
<forms defaultUrl="/Customers/Welcome.aspx" loginUrl="login/Login_FLEX.aspx" slidingExpiration="true" timeout="2880" />
|
||||
</authentication>
|
||||
<sessionState mode="InProc" timeout="1800" cookieless="false" regenerateExpiredSessionId="false" compressionEnabled="false" useHostingIdentity="true" />
|
||||
<sessionState mode="InProc" timeout="2880" cookieless="false" regenerateExpiredSessionId="false" compressionEnabled="false" useHostingIdentity="true" />
|
||||
<httpRuntime requestValidationMode="2.0" targetFramework="4.7" />
|
||||
<pages validateRequest="false" controlRenderingCompatibilityVersion="4.0" />
|
||||
<!--<securityPolicy>
|
||||
@@ -129,7 +129,14 @@
|
||||
<!--A question mark (?) denies anonymous users-->
|
||||
</authorization>
|
||||
</system.web>
|
||||
</location>
|
||||
</location>
|
||||
<location path="admin">
|
||||
<system.web>
|
||||
<authorization>
|
||||
<allow users="Admin,admin" />
|
||||
</authorization>
|
||||
</system.web>
|
||||
</location>
|
||||
<system.codedom>
|
||||
<compilers>
|
||||
<compiler language="c#;cs;csharp" extension=".cs" type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.CSharpCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" warningLevel="4" compilerOptions="/langversion:default /nowarn:1659;1699;1701" />
|
||||
|
||||
Reference in New Issue
Block a user