프로젝트

일반

사용자정보

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

markus / ConvertService / ServiceBase / Markus.Service.StationController / App.config @ 85f68fef

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

1 266a2d4f taeseongkim
<?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
    <add name="markusEntities" connectionString="metadata=res://*/MarkusModel.csdl|res://*/MarkusModel.ssdl|res://*/MarkusModel.msl;provider=System.Data.SqlClient;provider connection string=&quot;data source=192.168.0.67;initial catalog=markus;persist security info=True;user id=doftech;password=dof1073#;MultipleActiveResultSets=True;App=EntityFramework&quot;" providerName="System.Data.EntityClient" />
9
  </connectionStrings>
10 98ee04d3 taeseongkim
  <startup>
11
    <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
12
  </startup>
13 2d0113f1 taeseongkim
  <runtime>
14
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
15 0498c12e taeseongkim
      <!--모든 DLL을 Bin폴더에서 참조한다.-->
16 266a2d4f taeseongkim
      <probing privatePath="bin" />
17 45f9a2ad taeseongkim
      <!--<dependentAssembly>
18 2d0113f1 taeseongkim
        <assemblyIdentity name="CommonServiceLocator" publicKeyToken="489b6accfaf20ef0" culture="neutral" />
19
        <bindingRedirect oldVersion="0.0.0.0-2.0.4.0" newVersion="2.0.4.0" />
20 45f9a2ad taeseongkim
      </dependentAssembly>-->
21 266a2d4f taeseongkim
      <dependentAssembly>
22
        <assemblyIdentity name="System.Windows.Interactivity" publicKeyToken="31bf3856ad364e35" culture="neutral" />
23
        <bindingRedirect oldVersion="0.0.0.0-4.5.0.0" newVersion="4.5.0.0" />
24
      </dependentAssembly>
25 2d0113f1 taeseongkim
    </assemblyBinding>
26
  </runtime>
27 98ee04d3 taeseongkim
  <system.serviceModel>
28
    <bindings />
29
    <client />
30
  </system.serviceModel>
31
  <entityFramework>
32
    <defaultConnectionFactory type="System.Data.Entity.Infrastructure.SqlConnectionFactory, EntityFramework" />
33
    <providers>
34
      <provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
35
    </providers>
36
  </entityFramework>
37
</configuration>
클립보드 이미지 추가 (최대 크기: 500 MB)