This commit is contained in:
21
source/MBI/Web.config
Normal file
21
source/MBI/Web.config
Normal file
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0"?>
|
||||
<configuration>
|
||||
<appSettings />
|
||||
<connectionStrings />
|
||||
<system.web>
|
||||
<compilation debug="true" targetFramework="4.0">
|
||||
</compilation>
|
||||
<xhtmlConformance mode="Strict" />
|
||||
<httpRuntime useFullyQualifiedRedirectUrl="true" />
|
||||
<identity impersonate="false" />
|
||||
<pages enableViewState="false" enableEventValidation="false" controlRenderingCompatibilityVersion="3.5" clientIDMode="AutoID">
|
||||
</pages>
|
||||
<sessionState cookieless="true" />
|
||||
<authentication mode="Forms">
|
||||
<forms loginUrl="default.aspx" protection="All" timeout="30" name=".ASPXAUTH" path="/" requireSSL="false" slidingExpiration="true" defaultUrl="default.aspx" cookieless="UseDeviceProfile" enableCrossAppRedirects="false" />
|
||||
</authentication>
|
||||
<authorization>
|
||||
<deny users="?" />
|
||||
</authorization>
|
||||
</system.web>
|
||||
</configuration>
|
||||
Reference in New Issue
Block a user