Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/HeuristicLab.Services.Authentication Prototyp/HeuristicLab.Services.Authentication Prototype/TestResults/HolperM_LENOVAKLEINMHO 2010-07-06 12_58_24/Out/unittests.dll.config @ 4427

Last change on this file since 4427 was 4427, checked in by mholper, 14 years ago
File size: 2.8 KB
Line 
1<?xml version="1.0" encoding="utf-8" ?>
2<configuration>
3    <system.serviceModel>
4        <bindings>
5            <basicHttpBinding>
6                <binding name="BasicHttpBinding_IAuthorizationManagementService"
7                    closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00"
8                    sendTimeout="00:01:00" allowCookies="false" bypassProxyOnLocal="false"
9                    hostNameComparisonMode="StrongWildcard" maxBufferSize="65536"
10                    maxBufferPoolSize="524288" maxReceivedMessageSize="65536"
11                    messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered"
12                    useDefaultWebProxy="true">
13                    <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384"
14                        maxBytesPerRead="4096" maxNameTableCharCount="16384" />
15                    <security mode="None">
16                        <transport clientCredentialType="None" proxyCredentialType="None"
17                            realm="">
18                            <extendedProtectionPolicy policyEnforcement="Never" />
19                        </transport>
20                        <message clientCredentialType="UserName" algorithmSuite="Default" />
21                    </security>
22                </binding>
23            </basicHttpBinding>
24        </bindings>
25        <client>
26            <endpoint address="http://127.0.0.1:8888/AuthorizationManagementEndpoint"
27                binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_IAuthorizationManagementService"
28                contract="ServiceManagementRemote.IAuthorizationManagementService"
29                name="BasicHttpBinding_IAuthorizationManagementService" />
30        </client>
31
32
33
34
35     
36     
37     
38    </system.serviceModel>
39  <system.web>
40    <compilation debug="true" />
41  </system.web>
42  <system.serviceModel>
43    <behaviors>
44      <serviceBehaviors>
45        <behavior name="HttpServiceBehavior">
46          <serviceMetadata httpGetEnabled="true" httpGetUrl="http://127.0.0.1:8888/metadata" />
47          <serviceDebug httpHelpPageUrl="http://127.0.0.1:8888/debug" />
48        </behavior>
49      </serviceBehaviors>
50    </behaviors>
51    <services>
52      <service behaviorConfiguration="HttpServiceBehavior" name="Service.Services.Administration.AuthorizationManagementService">
53        <endpoint address="http://127.0.0.1:8888/AuthorizationManagementEndpoint"
54          binding="basicHttpBinding" bindingConfiguration="" contract="Service.Services.Administration.IAuthorizationManagementService" />
55        <host>
56          <baseAddresses>
57            <add baseAddress="http://localhost:8080/AuthorizationManagement"/>
58          </baseAddresses>
59        </host>
60      </service>
61    </services>
62  </system.serviceModel>
63</configuration>
Note: See TracBrowser for help on using the repository browser.