프로젝트

일반

사용자정보

통계
| 브랜치(Branch): | 개정판:

markus / ConvertService / ServiceController / Markus.Service.StationController / App.config @ 93a320dd

이력 | 보기 | 이력해설 | 다운로드 (2.61 KB)

1
<?xml version="1.0" encoding="utf-8"?>
2
<configuration>
3
  <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
  <connectionStrings>
8
    <add name="markusEntities" connectionString="metadata=res://*/MarkusModel.csdl|res://*/MarkusModel.ssdl|res://*/MarkusModel.msl;provider=System.Data.SqlClient;provider connection string=&quot;data source=&#xD;&#xA;      0.67;initial catalog=markus;persist security info=True;user id=doftech;password=dof1073#;MultipleActiveResultSets=True;App=EntityFramework&quot;"
9
                                                                                                                                                        providerName="System.Data.EntityClient" />
10
  </connectionStrings>
11
  <startup>
12
    <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
13
  </startup>
14
  <runtime>
15
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
16
      <!--모든 DLL을 Bin폴더에서 참조한다.-->
17
      <probing privatePath="bin" />
18
      <!--<dependentAssembly>
19
        <assemblyIdentity name="CommonServiceLocator" publicKeyToken="489b6accfaf20ef0" culture="neutral" />
20
        <bindingRedirect oldVersion="0.0.0.0-2.0.4.0" newVersion="2.0.4.0" />
21
      </dependentAssembly>-->
22
      <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
    </assemblyBinding>
27
  </runtime>
28
  <system.serviceModel>
29
    <bindings>
30
      <basicHttpBinding>
31
        <binding name="BasicHttpBinding_IDataService" maxReceivedMessageSize="2147483646" />
32
      </basicHttpBinding>
33
    </bindings>
34
    <client>
35
      <endpoint address="http://localhost:55508/DataService.svc" binding="basicHttpBinding"
36
        bindingConfiguration="BasicHttpBinding_IDataService" contract="DataService.IDataService"
37
        name="BasicHttpBinding_IDataService" />
38
    </client>
39
  </system.serviceModel>
40
  <entityFramework>
41
    <defaultConnectionFactory type="System.Data.Entity.Infrastructure.SqlConnectionFactory, EntityFramework" />
42
    <providers>
43
      <provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
44
    </providers>
45
  </entityFramework>
46
</configuration>
클립보드 이미지 추가 (최대 크기: 500 MB)