summaryrefslogtreecommitdiff
path: root/Entelect.BattleCity.Challenge/App.config
diff options
context:
space:
mode:
Diffstat (limited to 'Entelect.BattleCity.Challenge/App.config')
-rw-r--r--Entelect.BattleCity.Challenge/App.config21
1 files changed, 0 insertions, 21 deletions
diff --git a/Entelect.BattleCity.Challenge/App.config b/Entelect.BattleCity.Challenge/App.config
deleted file mode 100644
index ef162fd..0000000
--- a/Entelect.BattleCity.Challenge/App.config
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8" ?>
-<configuration>
- <startup>
- <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
- </startup>
- <system.serviceModel>
- <bindings>
- <basicHttpBinding>
- <binding name="ChallengeServiceSoapBinding" maxBufferSize="2147483647" maxReceivedMessageSize="2147483647">
- <readerQuotas maxDepth="32" maxStringContentLength="2147483647"
- maxArrayLength="16348" maxBytesPerRead="4096" maxNameTableCharCount="16384" />
- </binding>
- </basicHttpBinding>
- </bindings>
- <client>
- <endpoint address="http://localhost:9090/ChallengePort" binding="basicHttpBinding"
- bindingConfiguration="ChallengeServiceSoapBinding" contract="ChallengeService.Challenge"
- name="ChallengePort" />
- </client>
- </system.serviceModel>
-</configuration> \ No newline at end of file