Advertisement
Guest User

Untitled

a guest
May 3rd, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. <authentication mode="Forms">
  2. <forms name=".ASPXAUTH" loginUrl="Login.aspx" defaultUrl="Default.aspx" protection="All" timeout="30" path="/" requireSSL="false" slidingExpiration="true" cookieless="UseDeviceProfile" domain="" />
  3. </authentication>
  4. <authorization>
  5. <deny users="?"/>
  6. <allow users="*" />
  7. </authorization>
  8. <membership defaultProvider="ADConnection">
  9. <providers>
  10. <add name="ADConnection" type="System.Web.Security.ActiveDirectoryMembershipProvider, System.Web, Version=2.0.0.0,Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
  11. connectionProtection="Secure" connectionStringName="ADConnection" connectionUsername="cpdprt01" connectionPassword="prt2016" attributeMapUsername="sAMAccountName"
  12. enableSearchMethods="false"/>
  13. </providers>
  14. </membership>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement