36 lines
2.0 KiB
Plaintext
36 lines
2.0 KiB
Plaintext
|
<?xml version="1.0"?>
|
||
|
<!--
|
||
|
有关如何配置 ASP.NET 应用程序的详细信息,请访问
|
||
|
https://go.microsoft.com/fwlink/?LinkId=169433
|
||
|
-->
|
||
|
<configuration>
|
||
|
<!--
|
||
|
有关 web.config 更改的说明,请参见 http://go.microsoft.com/fwlink/?LinkId=235367。
|
||
|
|
||
|
可在 <httpRuntime> 标记上设置以下特性。
|
||
|
<system.Web>
|
||
|
<httpRuntime targetFramework="4.5" />
|
||
|
</system.Web>
|
||
|
-->
|
||
|
<system.web>
|
||
|
<compilation debug="true" targetFramework="4.5.2"/>
|
||
|
<httpRuntime targetFramework="4.5"/>
|
||
|
</system.web>
|
||
|
<system.codedom>
|
||
|
<compilers>
|
||
|
<compiler language="c#;cs;csharp" extension=".cs" type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.CSharpCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" warningLevel="4" compilerOptions="/langversion:6 /nowarn:1659;1699;1701"/>
|
||
|
<compiler language="vb;vbs;visualbasic;vbscript" extension=".vb" type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.VBCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" warningLevel="4" compilerOptions="/langversion:14 /nowarn:41008 /define:_MYTYPE=\"Web\" /optionInfer+"/>
|
||
|
</compilers>
|
||
|
</system.codedom>
|
||
|
<appSettings>
|
||
|
<add key="DbConnection" value="BDE8F7885304F971652793A26A78C05A5037D6280601C6774ABFD7F44C1B873A2A79F9D088CF6FD89C227AE0B44A5226DF3BE8D7136A5584B9EF82EF17111DCEFC50467AA2016C983E4A2C388348CD579F2B752522430413AEFDD1725A61A7BE042E02FA82F17FB1F0DC3CC9534BD3625DC8F12EC361EAE5074C4DE21294D7D3"/>
|
||
|
</appSettings>
|
||
|
<runtime>
|
||
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||
|
<dependentAssembly>
|
||
|
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral"/>
|
||
|
<bindingRedirect oldVersion="0.0.0.0-12.0.0.0" newVersion="12.0.0.0"/>
|
||
|
</dependentAssembly>
|
||
|
</assemblyBinding>
|
||
|
</runtime>
|
||
|
</configuration>
|