1
- <?xml version =" 1.0" encoding = " utf-8 " ?>
1
+ <?xml version =" 1.0" ?>
2
2
<!--
3
3
For more information on how to configure your ASP.NET application, please visit
4
4
http://go.microsoft.com/fwlink/?LinkId=301880
5
5
-->
6
6
<configuration >
7
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" />
8
+ <section name =" entityFramework" type =" System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission =" false" />
9
9
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
10
10
</configSections >
11
11
<entityFramework >
12
- <defaultConnectionFactory type =" System.Data.Entity.Infrastructure.SqlConnectionFactory, EntityFramework" />
12
+ <defaultConnectionFactory type =" System.Data.Entity.Infrastructure.SqlConnectionFactory, EntityFramework" />
13
13
<providers >
14
- <provider invariantName =" System.Data.SqlClient" type =" System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
14
+ <provider invariantName =" System.Data.SqlClient" type =" System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
15
15
</providers >
16
16
</entityFramework >
17
17
<appSettings >
18
-
19
- <add key =" webpages:Version" value =" 3.0.0.0" />
20
- <add key =" webpages:Enabled" value =" false" />
21
-
22
- <add key =" ClientValidationEnabled" value =" true" />
23
- <add key =" UnobtrusiveJavaScriptEnabled" value =" true" />
24
-
25
- <add key =" ExternalAuth.Facebook.IsEnabled" value =" false" />
26
- <add key =" ExternalAuth.Facebook.AppId" value =" " />
27
- <add key =" ExternalAuth.Facebook.AppSecret" value =" " />
28
-
29
- <add key =" ExternalAuth.Twitter.IsEnabled" value =" false" />
30
- <add key =" ExternalAuth.Twitter.ConsumerKey" value =" " />
31
- <add key =" ExternalAuth.Twitter.ConsumerSecret" value =" " />
32
-
33
- <add key =" ExternalAuth.Google.IsEnabled" value =" false" />
34
- <add key =" ExternalAuth.Google.ClientId" value =" " />
35
- <add key =" ExternalAuth.Google.ClientSecret" value =" " />
36
-
18
+ <add key =" webpages:Version" value =" 3.0.0.0" />
19
+ <add key =" webpages:Enabled" value =" false" />
20
+ <add key =" ClientValidationEnabled" value =" true" />
21
+ <add key =" UnobtrusiveJavaScriptEnabled" value =" true" />
22
+ <add key =" ExternalAuth.Facebook.IsEnabled" value =" false" />
23
+ <add key =" ExternalAuth.Facebook.AppId" value =" " />
24
+ <add key =" ExternalAuth.Facebook.AppSecret" value =" " />
25
+ <add key =" ExternalAuth.Twitter.IsEnabled" value =" false" />
26
+ <add key =" ExternalAuth.Twitter.ConsumerKey" value =" " />
27
+ <add key =" ExternalAuth.Twitter.ConsumerSecret" value =" " />
28
+ <add key =" ExternalAuth.Google.IsEnabled" value =" false" />
29
+ <add key =" ExternalAuth.Google.ClientId" value =" " />
30
+ <add key =" ExternalAuth.Google.ClientSecret" value =" " />
37
31
</appSettings >
38
32
<connectionStrings >
39
- <add name =" Default" connectionString =" Server=localhost; Database=EventCloud; Trusted_Connection=True;" providerName =" System.Data.SqlClient" />
33
+ <add name =" Default" connectionString =" Server=localhost; Database=EventCloud; Trusted_Connection=True;" providerName =" System.Data.SqlClient" />
40
34
</connectionStrings >
41
35
<!--
42
36
For a description of web.config changes see http://go.microsoft.com/fwlink/?LinkId=235367.
47
41
</system.Web>
48
42
-->
49
43
<system .web>
50
- <globalization culture =" auto" uiCulture =" auto" />
51
- <compilation debug =" true" targetFramework =" 4.5.2" />
52
- <httpRuntime targetFramework =" 4.5.1" />
53
- <customErrors mode =" On" />
44
+ <globalization culture =" auto" uiCulture =" auto" />
45
+ <compilation debug =" true" targetFramework =" 4.6.1" >
46
+ <assemblies >
47
+ <add assembly =" System.Runtime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
48
+ </assemblies >
49
+ </compilation >
50
+ <httpRuntime targetFramework =" 4.5.1" />
51
+ <customErrors mode =" On" />
54
52
</system .web>
55
53
<runtime >
56
54
<assemblyBinding xmlns =" urn:schemas-microsoft-com:asm.v1" >
57
55
<dependentAssembly >
58
- <assemblyIdentity name =" System.Web.Optimization" publicKeyToken =" 31bf3856ad364e35" />
59
- <bindingRedirect oldVersion =" 1.0.0.0-1.1.0.0" newVersion =" 1.1.0.0" />
56
+ <assemblyIdentity name =" System.Web.Optimization" publicKeyToken =" 31bf3856ad364e35" />
57
+ <bindingRedirect oldVersion =" 1.0.0.0-1.1.0.0" newVersion =" 1.1.0.0" />
60
58
</dependentAssembly >
61
59
<dependentAssembly >
62
- <assemblyIdentity name =" WebGrease" publicKeyToken =" 31bf3856ad364e35" />
63
- <bindingRedirect oldVersion =" 0.0.0.0-1.6.5135.21930" newVersion =" 1.6.5135.21930" />
60
+ <assemblyIdentity name =" WebGrease" publicKeyToken =" 31bf3856ad364e35" />
61
+ <bindingRedirect oldVersion =" 0.0.0.0-1.6.5135.21930" newVersion =" 1.6.5135.21930" />
64
62
</dependentAssembly >
65
63
<dependentAssembly >
66
- <assemblyIdentity name =" Newtonsoft.Json" publicKeyToken =" 30ad4fe6b2a6aeed" culture =" neutral" />
67
- <bindingRedirect oldVersion =" 0.0.0.0-8.0.0.0" newVersion =" 8.0.0.0" />
64
+ <assemblyIdentity name =" Newtonsoft.Json" publicKeyToken =" 30ad4fe6b2a6aeed" culture =" neutral" />
65
+ <bindingRedirect oldVersion =" 0.0.0.0-8.0.0.0" newVersion =" 8.0.0.0" />
68
66
</dependentAssembly >
69
67
<dependentAssembly >
70
- <assemblyIdentity name =" FluentMigrator" publicKeyToken =" aacfc7de5acabf05" culture =" neutral" />
71
- <bindingRedirect oldVersion =" 0.0.0.0-1.2.0.0" newVersion =" 1.2.0.0" />
68
+ <assemblyIdentity name =" FluentMigrator" publicKeyToken =" aacfc7de5acabf05" culture =" neutral" />
69
+ <bindingRedirect oldVersion =" 0.0.0.0-1.2.0.0" newVersion =" 1.2.0.0" />
72
70
</dependentAssembly >
73
71
<dependentAssembly >
74
- <assemblyIdentity name =" Antlr3.Runtime" publicKeyToken =" eb42632606e9261f" culture =" neutral" />
75
- <bindingRedirect oldVersion =" 0.0.0.0-3.5.0.2" newVersion =" 3.5.0.2" />
72
+ <assemblyIdentity name =" Antlr3.Runtime" publicKeyToken =" eb42632606e9261f" culture =" neutral" />
73
+ <bindingRedirect oldVersion =" 0.0.0.0-3.5.0.2" newVersion =" 3.5.0.2" />
76
74
</dependentAssembly >
77
75
<dependentAssembly >
78
- <assemblyIdentity name =" System.Web.Http" publicKeyToken =" 31bf3856ad364e35" culture =" neutral" />
79
- <bindingRedirect oldVersion =" 0.0.0.0-5.2.3.0" newVersion =" 5.2.3.0" />
76
+ <assemblyIdentity name =" System.Web.Http" publicKeyToken =" 31bf3856ad364e35" culture =" neutral" />
77
+ <bindingRedirect oldVersion =" 0.0.0.0-5.2.3.0" newVersion =" 5.2.3.0" />
80
78
</dependentAssembly >
81
79
<dependentAssembly >
82
- <assemblyIdentity name =" System.Net.Http.Formatting" publicKeyToken =" 31bf3856ad364e35" culture =" neutral" />
83
- <bindingRedirect oldVersion =" 0.0.0.0-5.2.3.0" newVersion =" 5.2.3.0" />
80
+ <assemblyIdentity name =" System.Net.Http.Formatting" publicKeyToken =" 31bf3856ad364e35" culture =" neutral" />
81
+ <bindingRedirect oldVersion =" 0.0.0.0-5.2.3.0" newVersion =" 5.2.3.0" />
84
82
</dependentAssembly >
85
83
<dependentAssembly >
86
- <assemblyIdentity name =" System.Web.Http.WebHost" publicKeyToken =" 31bf3856ad364e35" culture =" neutral" />
87
- <bindingRedirect oldVersion =" 0.0.0.0-5.2.3.0" newVersion =" 5.2.3.0" />
84
+ <assemblyIdentity name =" System.Web.Http.WebHost" publicKeyToken =" 31bf3856ad364e35" culture =" neutral" />
85
+ <bindingRedirect oldVersion =" 0.0.0.0-5.2.3.0" newVersion =" 5.2.3.0" />
88
86
</dependentAssembly >
89
87
<dependentAssembly >
90
- <assemblyIdentity name =" AutoMapper" publicKeyToken =" be96cd2c38ef1005" culture =" neutral" />
91
- <bindingRedirect oldVersion =" 0.0.0.0-4.0.4.0" newVersion =" 4.0.4.0" />
88
+ <assemblyIdentity name =" AutoMapper" publicKeyToken =" be96cd2c38ef1005" culture =" neutral" />
89
+ <bindingRedirect oldVersion =" 0.0.0.0-4.0.4.0" newVersion =" 4.0.4.0" />
92
90
</dependentAssembly >
93
91
<dependentAssembly >
94
- <assemblyIdentity name =" System.Web.Helpers" publicKeyToken =" 31bf3856ad364e35" />
95
- <bindingRedirect oldVersion =" 1.0.0.0-3.0.0.0" newVersion =" 3.0.0.0" />
92
+ <assemblyIdentity name =" System.Web.Helpers" publicKeyToken =" 31bf3856ad364e35" />
93
+ <bindingRedirect oldVersion =" 1.0.0.0-3.0.0.0" newVersion =" 3.0.0.0" />
96
94
</dependentAssembly >
97
95
<dependentAssembly >
98
- <assemblyIdentity name =" System.Web.WebPages" publicKeyToken =" 31bf3856ad364e35" />
99
- <bindingRedirect oldVersion =" 1.0.0.0-3.0.0.0" newVersion =" 3.0.0.0" />
96
+ <assemblyIdentity name =" System.Web.WebPages" publicKeyToken =" 31bf3856ad364e35" />
97
+ <bindingRedirect oldVersion =" 1.0.0.0-3.0.0.0" newVersion =" 3.0.0.0" />
100
98
</dependentAssembly >
101
99
<dependentAssembly >
102
- <assemblyIdentity name =" System.Web.Mvc" publicKeyToken =" 31bf3856ad364e35" />
103
- <bindingRedirect oldVersion =" 0.0.0.0-5.2.3.0" newVersion =" 5.2.3.0" />
100
+ <assemblyIdentity name =" System.Web.Mvc" publicKeyToken =" 31bf3856ad364e35" />
101
+ <bindingRedirect oldVersion =" 0.0.0.0-5.2.3.0" newVersion =" 5.2.3.0" />
104
102
</dependentAssembly >
105
103
<dependentAssembly >
106
- <assemblyIdentity name =" Microsoft.Owin" publicKeyToken =" 31bf3856ad364e35" culture =" neutral" />
107
- <bindingRedirect oldVersion =" 0.0.0.0-3.0.1.0" newVersion =" 3.0.1.0" />
104
+ <assemblyIdentity name =" Microsoft.Owin" publicKeyToken =" 31bf3856ad364e35" culture =" neutral" />
105
+ <bindingRedirect oldVersion =" 0.0.0.0-3.0.1.0" newVersion =" 3.0.1.0" />
108
106
</dependentAssembly >
109
107
<dependentAssembly >
110
- <assemblyIdentity name =" Microsoft.Owin.Security" publicKeyToken =" 31bf3856ad364e35" culture =" neutral" />
111
- <bindingRedirect oldVersion =" 0.0.0.0-3.0.1.0" newVersion =" 3.0.1.0" />
108
+ <assemblyIdentity name =" Microsoft.Owin.Security" publicKeyToken =" 31bf3856ad364e35" culture =" neutral" />
109
+ <bindingRedirect oldVersion =" 0.0.0.0-3.0.1.0" newVersion =" 3.0.1.0" />
112
110
</dependentAssembly >
113
111
<dependentAssembly >
114
- <assemblyIdentity name =" Microsoft.Owin.Security.OAuth" publicKeyToken =" 31bf3856ad364e35" culture =" neutral" />
115
- <bindingRedirect oldVersion =" 0.0.0.0-3.0.1.0" newVersion =" 3.0.1.0" />
112
+ <assemblyIdentity name =" Microsoft.Owin.Security.OAuth" publicKeyToken =" 31bf3856ad364e35" culture =" neutral" />
113
+ <bindingRedirect oldVersion =" 0.0.0.0-3.0.1.0" newVersion =" 3.0.1.0" />
116
114
</dependentAssembly >
117
115
<dependentAssembly >
118
- <assemblyIdentity name =" Microsoft.Owin.Security.Cookies" publicKeyToken =" 31bf3856ad364e35" culture =" neutral" />
119
- <bindingRedirect oldVersion =" 0.0.0.0-3.0.1.0" newVersion =" 3.0.1.0" />
116
+ <assemblyIdentity name =" Microsoft.Owin.Security.Cookies" publicKeyToken =" 31bf3856ad364e35" culture =" neutral" />
117
+ <bindingRedirect oldVersion =" 0.0.0.0-3.0.1.0" newVersion =" 3.0.1.0" />
120
118
</dependentAssembly >
121
119
</assemblyBinding >
122
120
</runtime >
123
121
<system .webServer>
124
- <modules runAllManagedModulesForAllRequests =" true" />
122
+ <modules runAllManagedModulesForAllRequests =" true" />
125
123
<staticContent >
126
- <remove fileExtension =" .woff" />
127
- <remove fileExtension =" .woff2" />
128
- <mimeMap fileExtension =" .woff" mimeType =" application/font-woff" />
129
- <mimeMap fileExtension =" .woff2" mimeType =" application/font-woff2" />
124
+ <remove fileExtension =" .woff" />
125
+ <remove fileExtension =" .woff2" />
126
+ <mimeMap fileExtension =" .woff" mimeType =" application/font-woff" />
127
+ <mimeMap fileExtension =" .woff2" mimeType =" application/font-woff2" />
130
128
</staticContent >
131
129
<handlers >
132
- <remove name =" ExtensionlessUrlHandler-Integrated-4.0" />
133
- <remove name =" OPTIONSVerbHandler" />
134
- <remove name =" TRACEVerbHandler" />
135
- <add name =" ExtensionlessUrlHandler-Integrated-4.0" path =" *." verb =" *" type =" System.Web.Handlers.TransferRequestHandler" preCondition =" integratedMode,runtimeVersionv4.0" />
130
+ <remove name =" ExtensionlessUrlHandler-Integrated-4.0" />
131
+ <remove name =" OPTIONSVerbHandler" />
132
+ <remove name =" TRACEVerbHandler" />
133
+ <add name =" ExtensionlessUrlHandler-Integrated-4.0" path =" *." verb =" *" type =" System.Web.Handlers.TransferRequestHandler" preCondition =" integratedMode,runtimeVersionv4.0" />
136
134
</handlers >
137
135
</system .webServer>
138
136
</configuration >
0 commit comments