Free cookie consent management tool by TermsFeed Policy Generator

source: branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Web.config @ 5763

Last change on this file since 5763 was 5763, checked in by wtollsch, 13 years ago

#1433 connection with new AdministrationService established

File size: 6.5 KB
Line 
1<?xml version="1.0"?>
2
3<!--
4  For more information on how to configure your ASP.NET application, please visit
5  http://go.microsoft.com/fwlink/?LinkId=152368
6  -->
7
8<configuration>
9  <!--Implemented-->
10  <connectionStrings>
11    <add name="HeuristicLab.Authentication"
12         connectionString="data source=.\SQLEXPRESS;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Authentication"/>   
13  </connectionStrings>
14  <!--ImplementedEND-->
15
16  <system.web>
17    <compilation debug="true" targetFramework="4.0">
18      <assemblies>
19        <add assembly="System.Web.Abstractions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
20        <add assembly="System.Web.Routing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
21        <add assembly="System.Web.Mvc, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
22      </assemblies>
23    </compilation>
24
25    <authentication mode="Forms">
26      <forms loginUrl="~/Account/LogOn" timeout="2880" />
27    </authentication>
28
29    <!--<membership>
30      <providers>
31        <clear/>
32        <add name="AspNetSqlMembershipProvider" type="System.Web.Security.SqlMembershipProvider" connectionStringName="ApplicationServices"
33             enablePasswordRetrieval="false" enablePasswordReset="true" requiresQuestionAndAnswer="false" requiresUniqueEmail="false"
34             maxInvalidPasswordAttempts="5" minRequiredPasswordLength="6" minRequiredNonalphanumericCharacters="0" passwordAttemptWindow="10"
35             applicationName="/" />
36      </providers>
37    </membership>-->
38
39    <profile>
40      <providers>
41        <clear/>
42        <add name="AspNetSqlProfileProvider" type="System.Web.Profile.SqlProfileProvider" connectionStringName="ApplicationServices" applicationName="/" />
43      </providers>
44    </profile>
45
46    <!--<roleManager enabled="false">
47      <providers>
48        <clear/>
49        <add name="AspNetSqlRoleProvider" type="System.Web.Security.SqlRoleProvider" connectionStringName="ApplicationServices" applicationName="/" />
50        <add name="AspNetWindowsTokenRoleProvider" type="System.Web.Security.WindowsTokenRoleProvider" applicationName="/" />
51      </providers>
52    </roleManager>-->
53
54    <pages>
55      <namespaces>
56        <add namespace="System.Web.Mvc" />
57        <add namespace="System.Web.Mvc.Ajax" />
58        <add namespace="System.Web.Mvc.Html" />
59        <add namespace="System.Web.Routing" />
60      </namespaces>
61    </pages>
62   <!--Implemented-->
63        <membership defaultProvider="AspNetSqlMembershipProvider">
64            <providers>
65              <clear/>
66              <add name="AspNetSqlMembershipProvider"
67                   type="System.Web.Security.SqlMembershipProvider"
68                   connectionStringName="HeuristicLab.Authentication"
69                   enablePasswordRetrieval="true"
70                   enablePasswordReset="true"
71                   requiresQuestionAndAnswer="false"
72                   requiresUniqueEmail="false"
73                   maxInvalidPasswordAttempts="5"
74                   minRequiredPasswordLength="6"
75                   minRequiredNonalphanumericCharacters="0"
76                   passwordAttemptWindow="10"
77                   passwordFormat="Clear"
78                   applicationName="HeuristicLab.Authentication" />
79            </providers>
80          </membership>
81
82          <roleManager enabled="true">
83            <providers>
84              <clear/>
85              <add name="AspNetSqlRoleProvider" type="System.Web.Security.SqlRoleProvider" connectionStringName="HeuristicLab.Authentication" applicationName="HeuristicLab.Authentication" />
86            </providers>
87          </roleManager>
88
89<!--ImplementedEND--> 
90     
91   
92  </system.web>
93
94  <system.webServer>
95    <validation validateIntegratedModeConfiguration="false"/>
96    <modules runAllManagedModulesForAllRequests="true"/>
97  </system.webServer>
98
99  <runtime>
100    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
101      <dependentAssembly>
102        <assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" />
103        <bindingRedirect oldVersion="1.0.0.0" newVersion="2.0.0.0" />
104      </dependentAssembly>
105    </assemblyBinding>
106  </runtime>
107
108  <system.serviceModel>
109    <bindings>
110      <wsHttpBinding>
111        <binding name="AdministrationService" closeTimeout="00:01:00"
112          openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00"
113          bypassProxyOnLocal="false" transactionFlow="false" hostNameComparisonMode="StrongWildcard"
114          maxBufferPoolSize="524288" maxReceivedMessageSize="65536" messageEncoding="Text"
115          textEncoding="utf-8" useDefaultWebProxy="true" allowCookies="false">
116          <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384"
117            maxBytesPerRead="4096" maxNameTableCharCount="16384" />
118          <reliableSession ordered="true" inactivityTimeout="00:10:00"
119            enabled="false" />
120          <security mode="Message">
121            <transport clientCredentialType="Windows" proxyCredentialType="None"
122              realm="" />
123            <message clientCredentialType="UserName" negotiateServiceCredential="true"
124              algorithmSuite="Default" />
125          </security>
126        </binding>       
127      </wsHttpBinding>
128    </bindings>
129    <client>
130      <endpoint address="http://services.heuristiclab.com/OKB.SPR-3.3/AdministrationService.svc"
131        binding="wsHttpBinding" bindingConfiguration="AdministrationService"
132        contract="OKBAdministrationService.IAdministrationService" name="AdministrationService">
133        <identity>
134          <certificate encodedValue="AwAAAAEAAAAUAAAAwK1+2oAmcy/mI2P2QjyiJRh0y60gAAAAAQAAACoCAAAwggImMIIBj6ADAgECAhAIkseQ2EEhgU720qJA61gqMA0GCSqGSIb3DQEBBAUAMCQxIjAgBgNVBAMTGXNlcnZpY2VzLmhldXJpc3RpY2xhYi5jb20wHhcNMTAwNTExMTExNDAyWhcNMzkxMjMxMjM1OTU5WjAkMSIwIAYDVQQDExlzZXJ2aWNlcy5oZXVyaXN0aWNsYWIuY29tMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCq26Bwmwc7k+4W30qLQ2j+FInEL5BuH6opDY6CSlrtt3xQS/anrhvpbf3QghLDVINzcHkzbPmm/SguG4F85QLB6xO+tJaOvRo0iEK5g3c307vMIru7FJwk/OhplEQ5J1hbDgL3zOJlrWlgtqRVxCtVdF3XroI9BctOt1NkeKv9ewIDAQABo1kwVzBVBgNVHQEETjBMgBCjbgdYd4j5JgUuJ1Wo/GxroSYwJDEiMCAGA1UEAxMZc2VydmljZXMuaGV1cmlzdGljbGFiLmNvbYIQCJLHkNhBIYFO9tKiQOtYKjANBgkqhkiG9w0BAQQFAAOBgQAb/2xk2uQad68shSPl/uixWgvFI8WkxOTBopOLaLtDxwCeZ3mWVHdV9VnixHtThubnEBXAhYOCQSIXWtQuXFWO+gH3YyjTRJY5kTmXyuvBRTn3/so5SrQ7Rdlm9hf6E5YVX3tCjAy7ybUyaDUkQfmH5vmvgvpMzRfsJ1qhnUpJiQ==" />
135        </identity>
136      </endpoint>     
137    </client>
138  </system.serviceModel>
139</configuration>
140
Note: See TracBrowser for help on using the repository browser.