markus / ConvertService / ServiceBase / Markus.Service.StationController / App.config @ f5ec88b8
이력 | 보기 | 이력해설 | 다운로드 (2.49 KB)
1 | 93f5e32a | semi | <?xml version="1.0" encoding="utf-8"?> |
---|---|---|---|
2 | 2d0113f1 | taeseongkim | <configuration> |
3 | 98ee04d3 | taeseongkim | <configSections> |
4 | <!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 --> |
||
5 | <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 | b63dcfbb | semi | <connectionStrings> |
8 | 50b63148 | semi | <add name="markusEntities" connectionString="metadata=res://*/MarkusModel.csdl|res://*/MarkusModel.ssdl|res://*/MarkusModel.msl;provider=System.Data.SqlClient;provider connection string="data source= |
9 | 0.67;initial catalog=markus;persist security info=True;user id=doftech;password=dof1073#;MultipleActiveResultSets=True;App=EntityFramework"" providerName="System.Data.EntityClient" /> |
||
10 | b63dcfbb | semi | </connectionStrings> |
11 | 98ee04d3 | taeseongkim | <startup> |
12 | <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" /> |
||
13 | </startup> |
||
14 | 2d0113f1 | taeseongkim | <runtime> |
15 | <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> |
||
16 | 0498c12e | taeseongkim | <!--모든 DLL을 Bin폴더에서 참조한다.--> |
17 | 266a2d4f | taeseongkim | <probing privatePath="bin" /> |
18 | 45f9a2ad | taeseongkim | <!--<dependentAssembly> |
19 | 2d0113f1 | taeseongkim | <assemblyIdentity name="CommonServiceLocator" publicKeyToken="489b6accfaf20ef0" culture="neutral" /> |
20 | <bindingRedirect oldVersion="0.0.0.0-2.0.4.0" newVersion="2.0.4.0" /> |
||
21 | 45f9a2ad | taeseongkim | </dependentAssembly>--> |
22 | 266a2d4f | taeseongkim | <dependentAssembly> |
23 | <assemblyIdentity name="System.Windows.Interactivity" publicKeyToken="31bf3856ad364e35" culture="neutral" /> |
||
24 | <bindingRedirect oldVersion="0.0.0.0-4.5.0.0" newVersion="4.5.0.0" /> |
||
25 | </dependentAssembly> |
||
26 | 2d0113f1 | taeseongkim | </assemblyBinding> |
27 | </runtime> |
||
28 | 98ee04d3 | taeseongkim | <system.serviceModel> |
29 | 037ab674 | semi | <bindings> |
30 | <basicHttpBinding> |
||
31 | 93f5e32a | semi | <binding name="BasicHttpBinding_IDataService" maxBufferSize="2147483646" |
32 | maxReceivedMessageSize="2147483646" /> |
||
33 | 037ab674 | semi | </basicHttpBinding> |
34 | </bindings> |
||
35 | <client> |
||
36 | <endpoint address="http://localhost:55508/DataService.svc" binding="basicHttpBinding" |
||
37 | bindingConfiguration="BasicHttpBinding_IDataService" contract="DataService.IDataService" |
||
38 | name="BasicHttpBinding_IDataService" /> |
||
39 | </client> |
||
40 | 98ee04d3 | taeseongkim | </system.serviceModel> |
41 | <entityFramework> |
||
42 | <defaultConnectionFactory type="System.Data.Entity.Infrastructure.SqlConnectionFactory, EntityFramework" /> |
||
43 | <providers> |
||
44 | <provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" /> |
||
45 | </providers> |
||
46 | </entityFramework> |
||
47 | </configuration> |