Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/16/14 10:37:22 (10 years ago)
Author:
mroscoe
Message:

First check-in for Matt Roscoe. Major revision, multiple new files created and multiple files changed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HiveStatistics/sources/HeuristicLab.Services.Hive.Statistics/3.3/Web.config

    r9604 r11020  
    1 <?xml version="1.0" encoding="utf-8"?>
     1<?xml version="1.0"?>
    22<!--
    33  For more information on how to configure your ASP.NET application, please visit
     
    66<configuration>
    77  <connectionStrings>
    8     <add name="HeuristicLab.Authentication" connectionString="data source=localhost;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Authentication" />
    9     <!--<add name="HeuristicLab.Services.Hive.DataAccess.Settings.HeuristicLab_Hive_LinqConnectionString" connectionString="Data Source=localhost;Initial Catalog=HeuristicLab.Hive-3.3;Integrated Security=True;" providerName="System.Data.SqlClient" />-->
     8    <add name="HeuristicLab.Authentication" connectionString="data source=.\SQLEXPRESS;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Authentication"/>
     9    <add name="HeuristicLab.Services.Hive.DataAccess.Settings.HeuristicLab_Hive_LinqConnectionString" connectionString="Data Source=.\SQLEXPRESS;Initial Catalog=HeuristicLab.Hive-3.3;Integrated Security=True;" providerName="System.Data.SqlClient"/>
    1010  </connectionStrings>
    1111  <appSettings>
    12     <add key="webpages:Version" value="2.0.0.0" />
    13     <add key="webpages:Enabled" value="false" />
    14     <add key="PreserveLoginUrl" value="true" />
    15     <add key="ClientValidationEnabled" value="true" />
    16     <add key="UnobtrusiveJavaScriptEnabled" value="true" />
     12    <add key="webpages:Version" value="2.0.0.0"/>
     13    <add key="webpages:Enabled" value="false"/>
     14    <add key="PreserveLoginUrl" value="true"/>
     15    <add key="ClientValidationEnabled" value="true"/>
     16    <add key="UnobtrusiveJavaScriptEnabled" value="true"/>
    1717  </appSettings>
    1818  <system.web>
    19     <compilation debug="true" targetFramework="4.0" />
     19    <compilation targetFramework="4.0" debug="true"/>
    2020    <authentication mode="Forms">
    21       <forms loginUrl="~/Account/Login" timeout="2880" />
     21      <forms loginUrl="~/Account/Login" timeout="2880"/>
    2222    </authentication>
    2323    <membership>
    2424      <providers>
    25         <clear />
    26         <add name="AspNetSqlMembershipProvider" type="System.Web.Security.SqlMembershipProvider" connectionStringName="HeuristicLab.Authentication" enablePasswordRetrieval="false" enablePasswordReset="true" requiresQuestionAndAnswer="false" requiresUniqueEmail="false" maxInvalidPasswordAttempts="5" minRequiredPasswordLength="6" minRequiredNonalphanumericCharacters="0" passwordAttemptWindow="10" applicationName="HeuristicLab.Authentication" />
     25        <clear/>
     26        <add name="AspNetSqlMembershipProvider" type="System.Web.Security.SqlMembershipProvider" connectionStringName="HeuristicLab.Authentication" enablePasswordRetrieval="false" enablePasswordReset="true" requiresQuestionAndAnswer="false" requiresUniqueEmail="false" maxInvalidPasswordAttempts="5" minRequiredPasswordLength="6" minRequiredNonalphanumericCharacters="0" passwordAttemptWindow="10" applicationName="HeuristicLab.Authentication"/>
    2727      </providers>
    2828    </membership>
    2929    <roleManager enabled="true">
    3030      <providers>
    31         <clear />
    32         <add name="AspNetSqlRoleProvider" type="System.Web.Security.SqlRoleProvider" connectionStringName="HeuristicLab.Authentication" applicationName="HeuristicLab.Authentication" />
     31        <clear/>
     32        <add name="AspNetSqlRoleProvider" type="System.Web.Security.SqlRoleProvider" connectionStringName="HeuristicLab.Authentication" applicationName="HeuristicLab.Authentication"/>
    3333      </providers>
    3434    </roleManager>
    3535    <pages>
    3636      <namespaces>
    37         <add namespace="System.Web.Helpers" />
    38         <add namespace="System.Web.Mvc" />
    39         <add namespace="System.Web.Mvc.Ajax" />
    40         <add namespace="System.Web.Mvc.Html" />
    41         <add namespace="System.Web.Optimization" />
    42         <add namespace="System.Web.Routing" />
    43         <add namespace="System.Web.WebPages" />
     37        <add namespace="System.Web.Helpers"/>
     38        <add namespace="System.Web.Mvc"/>
     39        <add namespace="System.Web.Mvc.Ajax"/>
     40        <add namespace="System.Web.Mvc.Html"/>
     41        <add namespace="System.Web.Optimization"/>
     42        <add namespace="System.Web.Routing"/>
     43        <add namespace="System.Web.WebPages"/>
    4444      </namespaces>
    4545    </pages>
    4646  </system.web>
    4747  <system.webServer>
    48     <validation validateIntegratedModeConfiguration="false" />
    49     <modules runAllManagedModulesForAllRequests="true" />
     48    <validation validateIntegratedModeConfiguration="false"/>
     49    <modules runAllManagedModulesForAllRequests="true"/>
    5050  </system.webServer>
    5151  <runtime>
    5252    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
    5353      <dependentAssembly>
    54         <assemblyIdentity name="System.Web.Helpers" publicKeyToken="31bf3856ad364e35" />
    55         <bindingRedirect oldVersion="1.0.0.0-2.0.0.0" newVersion="2.0.0.0" />
     54        <assemblyIdentity name="System.Web.Helpers" publicKeyToken="31bf3856ad364e35"/>
     55        <bindingRedirect oldVersion="1.0.0.0-2.0.0.0" newVersion="2.0.0.0"/>
    5656      </dependentAssembly>
    5757      <dependentAssembly>
    58         <assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" />
    59         <bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" />
     58        <assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35"/>
     59        <bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0"/>
    6060      </dependentAssembly>
    6161      <dependentAssembly>
    62         <assemblyIdentity name="System.Web.WebPages" publicKeyToken="31bf3856ad364e35" />
    63         <bindingRedirect oldVersion="1.0.0.0-2.0.0.0" newVersion="2.0.0.0" />
     62        <assemblyIdentity name="System.Web.WebPages" publicKeyToken="31bf3856ad364e35"/>
     63        <bindingRedirect oldVersion="1.0.0.0-2.0.0.0" newVersion="2.0.0.0"/>
    6464      </dependentAssembly>
    6565      <dependentAssembly>
    66         <assemblyIdentity name="WebGrease" publicKeyToken="31bf3856ad364e35" />
    67         <bindingRedirect oldVersion="0.0.0.0-1.3.0.0" newVersion="1.3.0.0" />
     66        <assemblyIdentity name="WebGrease" publicKeyToken="31bf3856ad364e35"/>
     67        <bindingRedirect oldVersion="0.0.0.0-1.3.0.0" newVersion="1.3.0.0"/>
    6868      </dependentAssembly>
    6969    </assemblyBinding>
Note: See TracChangeset for help on using the changeset viewer.