|
|
@@ -5,17 +5,17 @@
|
|
5
|
5
|
-->
|
|
6
|
6
|
<configuration>
|
|
7
|
7
|
<appSettings>
|
|
8
|
|
- <add key="webpages:Version" value="3.0.0.0"/>
|
|
9
|
|
- <add key="webpages:Enabled" value="false"/>
|
|
10
|
|
- <add key="ClientValidationEnabled" value="true"/>
|
|
11
|
|
- <add key="UnobtrusiveJavaScriptEnabled" value="true"/>
|
|
|
8
|
+ <add key="webpages:Version" value="3.0.0.0" />
|
|
|
9
|
+ <add key="webpages:Enabled" value="false" />
|
|
|
10
|
+ <add key="ClientValidationEnabled" value="true" />
|
|
|
11
|
+ <add key="UnobtrusiveJavaScriptEnabled" value="true" />
|
|
12
|
12
|
</appSettings>
|
|
13
|
13
|
<connectionStrings>
|
|
14
|
|
- <add name="ConnectionString" connectionString="Data Source=192.168.1.37;User ID=sa;pwd=hykj@800100;Initial Catalog=RMYY_CallCenter;"/>
|
|
|
14
|
+ <add name="ConnectionString" connectionString="Data Source=192.168.1.37;User ID=sa;pwd=hykj@800100;Initial Catalog=RMYY_CallCenter;" />
|
|
15
|
15
|
</connectionStrings>
|
|
16
|
16
|
<system.web>
|
|
17
|
|
- <compilation debug="true" targetFramework="4.5"/>
|
|
18
|
|
- <httpRuntime targetFramework="4.5"/>
|
|
|
17
|
+ <compilation debug="true" targetFramework="4.5" />
|
|
|
18
|
+ <httpRuntime targetFramework="4.5" />
|
|
19
|
19
|
</system.web>
|
|
20
|
20
|
<system.webServer>
|
|
21
|
21
|
<staticContent>
|
|
|
@@ -30,48 +30,44 @@
|
|
30
|
30
|
</customHeaders>
|
|
31
|
31
|
</httpProtocol>
|
|
32
|
32
|
<!--cors 支持跨域 end-->
|
|
33
|
|
- <validation validateIntegratedModeConfiguration="false"/>
|
|
|
33
|
+ <validation validateIntegratedModeConfiguration="false" />
|
|
34
|
34
|
</system.webServer>
|
|
35
|
35
|
<runtime>
|
|
36
|
36
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
37
|
37
|
<dependentAssembly>
|
|
38
|
|
- <assemblyIdentity name="Antlr3.Runtime" publicKeyToken="eb42632606e9261f"/>
|
|
39
|
|
- <bindingRedirect oldVersion="0.0.0.0-3.5.0.2" newVersion="3.5.0.2"/>
|
|
|
38
|
+ <assemblyIdentity name="Antlr3.Runtime" publicKeyToken="eb42632606e9261f" />
|
|
|
39
|
+ <bindingRedirect oldVersion="0.0.0.0-3.5.0.2" newVersion="3.5.0.2" />
|
|
40
|
40
|
</dependentAssembly>
|
|
41
|
41
|
<dependentAssembly>
|
|
42
|
|
- <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed"/>
|
|
43
|
|
- <bindingRedirect oldVersion="0.0.0.0-11.0.0.0" newVersion="11.0.0.0"/>
|
|
|
42
|
+ <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" />
|
|
|
43
|
+ <bindingRedirect oldVersion="0.0.0.0-11.0.0.0" newVersion="11.0.0.0" />
|
|
44
|
44
|
</dependentAssembly>
|
|
45
|
45
|
<dependentAssembly>
|
|
46
|
|
- <assemblyIdentity name="System.Web.Optimization" publicKeyToken="31bf3856ad364e35"/>
|
|
47
|
|
- <bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="1.1.0.0"/>
|
|
|
46
|
+ <assemblyIdentity name="System.Web.Optimization" publicKeyToken="31bf3856ad364e35" />
|
|
|
47
|
+ <bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="1.1.0.0" />
|
|
48
|
48
|
</dependentAssembly>
|
|
49
|
49
|
<dependentAssembly>
|
|
50
|
|
- <assemblyIdentity name="WebGrease" publicKeyToken="31bf3856ad364e35"/>
|
|
51
|
|
- <bindingRedirect oldVersion="1.0.0.0-1.6.5135.21930" newVersion="1.6.5135.21930"/>
|
|
|
50
|
+ <assemblyIdentity name="WebGrease" publicKeyToken="31bf3856ad364e35" />
|
|
|
51
|
+ <bindingRedirect oldVersion="0.0.0.0-1.6.5135.21930" newVersion="1.6.5135.21930" />
|
|
52
|
52
|
</dependentAssembly>
|
|
53
|
53
|
<dependentAssembly>
|
|
54
|
|
- <assemblyIdentity name="System.Web.Helpers" publicKeyToken="31bf3856ad364e35"/>
|
|
55
|
|
- <bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0"/>
|
|
|
54
|
+ <assemblyIdentity name="System.Web.Helpers" publicKeyToken="31bf3856ad364e35" />
|
|
|
55
|
+ <bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
|
|
56
|
56
|
</dependentAssembly>
|
|
57
|
57
|
<dependentAssembly>
|
|
58
|
|
- <assemblyIdentity name="System.Web.WebPages" publicKeyToken="31bf3856ad364e35"/>
|
|
59
|
|
- <bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0"/>
|
|
|
58
|
+ <assemblyIdentity name="System.Web.WebPages" publicKeyToken="31bf3856ad364e35" />
|
|
|
59
|
+ <bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
|
|
60
|
60
|
</dependentAssembly>
|
|
61
|
61
|
<dependentAssembly>
|
|
62
|
|
- <assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35"/>
|
|
63
|
|
- <bindingRedirect oldVersion="1.0.0.0-5.2.4.0" newVersion="5.2.4.0"/>
|
|
|
62
|
+ <assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" />
|
|
|
63
|
+ <bindingRedirect oldVersion="1.0.0.0-5.2.4.0" newVersion="5.2.4.0" />
|
|
64
|
64
|
</dependentAssembly>
|
|
65
|
65
|
</assemblyBinding>
|
|
66
|
66
|
</runtime>
|
|
67
|
67
|
<system.codedom>
|
|
68
|
68
|
<compilers>
|
|
69
|
|
- <compiler language="c#;cs;csharp" extension=".cs"
|
|
70
|
|
- type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.CSharpCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
|
|
71
|
|
- warningLevel="4" compilerOptions="/langversion:6 /nowarn:1659;1699;1701"/>
|
|
72
|
|
- <compiler language="vb;vbs;visualbasic;vbscript" extension=".vb"
|
|
73
|
|
- type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.VBCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
|
|
74
|
|
- warningLevel="4" compilerOptions="/langversion:14 /nowarn:41008 /define:_MYTYPE=\"Web\" /optionInfer+"/>
|
|
|
69
|
+ <compiler language="c#;cs;csharp" extension=".cs" type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.CSharpCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" warningLevel="4" compilerOptions="/langversion:6 /nowarn:1659;1699;1701" />
|
|
|
70
|
+ <compiler language="vb;vbs;visualbasic;vbscript" extension=".vb" type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.VBCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" warningLevel="4" compilerOptions="/langversion:14 /nowarn:41008 /define:_MYTYPE=\"Web\" /optionInfer+" />
|
|
75
|
71
|
</compilers>
|
|
76
|
72
|
</system.codedom>
|
|
77
|
73
|
</configuration>
|