Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/25/11 23:58:51 (13 years ago)
Author:
ascheibe
Message:

#1233 and #1195: removed unused config section

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive-3.4/sources/HeuristicLab 3.3.exe.config

    r6422 r6595  
    1111  <connectionStrings>
    1212  </connectionStrings>
    13  
    14   <!-- [chn] TODO: system.web should be located in HeuristicLab.Hive.Server.Core/app.config, but the ConfigMerger does not merge system.web (yet) -->
    15   <system.web>
    16     <membership>
    17       <providers>
    18         <clear/>
    19         <add name="AspNetSqlMembershipProvider" type="System.Web.Security.SqlMembershipProvider" connectionStringName="HeuristicLab.Authentication"
    20              enablePasswordRetrieval="false" enablePasswordReset="true" requiresQuestionAndAnswer="false" requiresUniqueEmail="false"
    21              maxInvalidPasswordAttempts="5" minRequiredPasswordLength="6" minRequiredNonalphanumericCharacters="0" passwordAttemptWindow="10"
    22              applicationName="HeuristicLab.Authentication" />
    23       </providers>
    24     </membership>
    25 
    26     <roleManager enabled="true">
    27       <providers>
    28         <clear/>
    29         <add name="AspNetSqlRoleProvider" type="System.Web.Security.SqlRoleProvider" connectionStringName="HeuristicLab.Authentication" applicationName="HeuristicLab.Authentication" />
    30       </providers>
    31     </roleManager>
    32   </system.web>
    33  
     13   
    3414  <system.serviceModel>
    3515    <behaviors>
Note: See TracChangeset for help on using the changeset viewer.