Files
ayanova7/source/MBI/Web.config
2018-06-29 19:47:36 +00:00

22 lines
860 B
XML

<?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>