프로젝트

일반

사용자정보

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

markus / MarkusLogview / SignalREngine / Web.config @ 91b2b398

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

1
<?xml version="1.0" encoding="utf-8"?>
2
<!--
3
  For more information on how to configure your ASP.NET application, please visit
4
  http://go.microsoft.com/fwlink/?LinkId=169433
5
  -->
6
<configuration>
7
  <configSections>
8
    <section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
9
  </configSections>
10
  <!--
11
    For a description of web.config changes see http://go.microsoft.com/fwlink/?LinkId=235367.
12

    
13
    The following attributes can be set on the <httpRuntime> tag.
14
      <system.Web>
15
        <httpRuntime targetFramework="4.5.1" />
16
      </system.Web>
17
  -->
18
  <system.web>
19
    <compilation debug="true" targetFramework="4.5.1" />
20
    <httpRuntime targetFramework="4.5" />
21
  </system.web>
22
  <runtime>
23
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
24
      <dependentAssembly>
25
        <assemblyIdentity name="System.Web.Http" publicKeyToken="31BF3856AD364E35" culture="neutral" />
26
        <bindingRedirect oldVersion="0.0.0.0-5.0.0.0" newVersion="5.0.0.0" />
27
      </dependentAssembly>
28
      <dependentAssembly>
29
        <assemblyIdentity name="System.Net.Http.Formatting" publicKeyToken="31BF3856AD364E35" culture="neutral" />
30
        <bindingRedirect oldVersion="0.0.0.0-5.0.0.0" newVersion="5.0.0.0" />
31
      </dependentAssembly>
32
      <dependentAssembly>
33
        <assemblyIdentity name="System.Web.Http" publicKeyToken="31bf3856ad364e35" culture="neutral" />
34
        <bindingRedirect oldVersion="0.0.0.0-5.1.0.0" newVersion="5.1.0.0" />
35
      </dependentAssembly>
36
      <dependentAssembly>
37
        <assemblyIdentity name="System.Net.Http.Formatting" publicKeyToken="31bf3856ad364e35" culture="neutral" />
38
        <bindingRedirect oldVersion="0.0.0.0-5.1.0.0" newVersion="5.1.0.0" />
39
      </dependentAssembly>
40
      <dependentAssembly>
41
        <assemblyIdentity name="Microsoft.Owin" publicKeyToken="31bf3856ad364e35" culture="neutral" />
42
        <bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" />
43
      </dependentAssembly>
44
      <dependentAssembly>
45
        <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
46
        <bindingRedirect oldVersion="0.0.0.0-11.0.0.0" newVersion="11.0.0.0" />
47
      </dependentAssembly>
48
      <dependentAssembly>
49
        <assemblyIdentity name="Microsoft.Practices.Unity" publicKeyToken="31bf3856ad364e35" culture="neutral" />
50
        <bindingRedirect oldVersion="0.0.0.0-3.5.0.0" newVersion="3.5.0.0" />
51
      </dependentAssembly>
52
      <dependentAssembly>
53
        <assemblyIdentity name="Microsoft.AspNet.SignalR.Core" publicKeyToken="31bf3856ad364e35" culture="neutral" />
54
        <bindingRedirect oldVersion="0.0.0.0-2.2.2.0" newVersion="2.2.2.0" />
55
      </dependentAssembly>
56
      <dependentAssembly>
57
        <assemblyIdentity name="Microsoft.Owin.Security" publicKeyToken="31bf3856ad364e35" culture="neutral" />
58
        <bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" />
59
      </dependentAssembly>
60
      <dependentAssembly>
61
        <assemblyIdentity name="System.Web.Cors" publicKeyToken="31bf3856ad364e35" culture="neutral" />
62
        <bindingRedirect oldVersion="0.0.0.0-5.2.4.0" newVersion="5.2.4.0" />
63
      </dependentAssembly>
64
    </assemblyBinding>
65
  </runtime>
66
  <entityFramework>
67
    <defaultConnectionFactory type="System.Data.Entity.Infrastructure.SqlConnectionFactory, EntityFramework" />
68
    <providers>
69
      <provider invariantName="System.Data.SQLite.EF6" type="System.Data.SQLite.EF6.SQLiteProviderServices, System.Data.SQLite.EF6" />
70
    </providers>
71
  </entityFramework>
72
</configuration>
클립보드 이미지 추가 (최대 크기: 500 MB)