markus / ConvertService / ServiceBase / PemssDocumentInfo / app.config @ 38d69491
이력 | 보기 | 이력해설 | 다운로드 (1.05 KB)
1 | 0dbf1537 | taeseongkim | <?xml version="1.0" encoding="utf-8"?> |
---|---|---|---|
2 | <configuration> |
||
3 | <configSections> |
||
4 | a5e5fff6 | taeseongkim | |
5 | 0dbf1537 | taeseongkim | <section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" /> |
6 | </configSections> |
||
7 | <system.serviceModel> |
||
8 | <bindings> |
||
9 | <basicHttpBinding> |
||
10 | <binding name="MarkusServiceEndPoint" /> |
||
11 | </basicHttpBinding> |
||
12 | </bindings> |
||
13 | <client> |
||
14 | a5e5fff6 | taeseongkim | <endpoint address="http://localhost:13009/PemssService.svc" binding="basicHttpBinding" bindingConfiguration="MarkusServiceEndPoint" contract="PemssService.PemssService" name="MarkusServiceEndPoint" /> |
15 | 0dbf1537 | taeseongkim | </client> |
16 | </system.serviceModel> |
||
17 | <entityFramework> |
||
18 | <defaultConnectionFactory type="System.Data.Entity.Infrastructure.SqlConnectionFactory, EntityFramework" /> |
||
19 | <providers> |
||
20 | <provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" /> |
||
21 | </providers> |
||
22 | </entityFramework> |
||
23 | </configuration> |