14 changed files with 90 additions and 88 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 3.2 MiB After Width: | Height: | Size: 3.9 MiB |
@ -1,70 +1,68 @@ |
|||
<?xml version="1.0" encoding="utf-8"?> |
|||
<?xml version="1.0"?> |
|||
<!-- |
|||
For more information on how to configure your ASP.NET application, please visit |
|||
https://go.microsoft.com/fwlink/?LinkId=301880 |
|||
--> |
|||
<configuration> |
|||
<connectionStrings> |
|||
<add name="db" connectionString="Database=beijing_safeguard;Data Source=112.124.40.88;User Id=root;Password=3cqscbr@only1;CharSet=utf8;port=33306" providerName="System.Data.SqlClient" /> |
|||
<add name="db" connectionString="Database=beijing_safeguard;Data Source=112.124.40.88;User Id=root;Password=3cqscbr@only1;CharSet=utf8;port=33306" providerName="System.Data.SqlClient"/> |
|||
</connectionStrings> |
|||
<appSettings> |
|||
<add key="webpages:Version" value="3.0.0.0" /> |
|||
<add key="webpages:Enabled" value="false" /> |
|||
<add key="ClientValidationEnabled" value="true" /> |
|||
<add key="UnobtrusiveJavaScriptEnabled" value="true" /> |
|||
<add key="CachePath" value="\Content\ResultJsons" /> |
|||
<add key="webpages:Version" value="3.0.0.0"/> |
|||
<add key="webpages:Enabled" value="false"/> |
|||
<add key="ClientValidationEnabled" value="true"/> |
|||
<add key="UnobtrusiveJavaScriptEnabled" value="true"/> |
|||
<add key="CachePath" value="\Content\ResultJsons"/> |
|||
</appSettings> |
|||
<!-- |
|||
有关 web.config 更改的说明,请参见 http://go.microsoft.com/fwlink/?LinkId=235367。 |
|||
|
|||
可在 <httpRuntime> 标记上设置以下特性。 |
|||
<system.Web> |
|||
<httpRuntime targetFramework="4.6.1" /> |
|||
<httpRuntime targetFramework="4.5" /> |
|||
</system.Web> |
|||
--> |
|||
<system.web> |
|||
<compilation debug="true" targetFramework="4.5" /> |
|||
<httpRuntime targetFramework="4.5" /> |
|||
<compilation debug="true" targetFramework="4.5"/> |
|||
<httpRuntime/> |
|||
<pages controlRenderingCompatibilityVersion="3.5" clientIDMode="AutoID"/> |
|||
</system.web> |
|||
<runtime> |
|||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> |
|||
<dependentAssembly> |
|||
<assemblyIdentity name="Antlr3.Runtime" publicKeyToken="eb42632606e9261f" /> |
|||
<bindingRedirect oldVersion="0.0.0.0-3.5.0.2" newVersion="3.5.0.2" /> |
|||
<assemblyIdentity name="Antlr3.Runtime" publicKeyToken="eb42632606e9261f"/> |
|||
<bindingRedirect oldVersion="0.0.0.0-3.5.0.2" newVersion="3.5.0.2"/> |
|||
</dependentAssembly> |
|||
<dependentAssembly> |
|||
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" /> |
|||
<bindingRedirect oldVersion="0.0.0.0-12.0.0.0" newVersion="12.0.0.0" /> |
|||
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed"/> |
|||
<bindingRedirect oldVersion="0.0.0.0-12.0.0.0" newVersion="12.0.0.0"/> |
|||
</dependentAssembly> |
|||
<dependentAssembly> |
|||
<assemblyIdentity name="System.Web.Optimization" publicKeyToken="31bf3856ad364e35" /> |
|||
<bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="1.1.0.0" /> |
|||
<assemblyIdentity name="System.Web.Optimization" publicKeyToken="31bf3856ad364e35"/> |
|||
<bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="1.1.0.0"/> |
|||
</dependentAssembly> |
|||
<dependentAssembly> |
|||
<assemblyIdentity name="WebGrease" publicKeyToken="31bf3856ad364e35" /> |
|||
<bindingRedirect oldVersion="0.0.0.0-1.6.5135.21930" newVersion="1.6.5135.21930" /> |
|||
<assemblyIdentity name="WebGrease" publicKeyToken="31bf3856ad364e35"/> |
|||
<bindingRedirect oldVersion="0.0.0.0-1.6.5135.21930" newVersion="1.6.5135.21930"/> |
|||
</dependentAssembly> |
|||
<dependentAssembly> |
|||
<assemblyIdentity name="System.Web.Helpers" publicKeyToken="31bf3856ad364e35" /> |
|||
<bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0" /> |
|||
<assemblyIdentity name="System.Web.Helpers" publicKeyToken="31bf3856ad364e35"/> |
|||
<bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0"/> |
|||
</dependentAssembly> |
|||
<dependentAssembly> |
|||
<assemblyIdentity name="System.Web.WebPages" publicKeyToken="31bf3856ad364e35" /> |
|||
<bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0" /> |
|||
<assemblyIdentity name="System.Web.WebPages" publicKeyToken="31bf3856ad364e35"/> |
|||
<bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0"/> |
|||
</dependentAssembly> |
|||
<dependentAssembly> |
|||
<assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" /> |
|||
<bindingRedirect oldVersion="1.0.0.0-5.2.7.0" newVersion="5.2.7.0" /> |
|||
<assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35"/> |
|||
<bindingRedirect oldVersion="1.0.0.0-5.2.7.0" newVersion="5.2.7.0"/> |
|||
</dependentAssembly> |
|||
</assemblyBinding> |
|||
</runtime> |
|||
<system.codedom> |
|||
<compilers> |
|||
</compilers> |
|||
</system.codedom> |
|||
<system.data> |
|||
<system.data> |
|||
<DbProviderFactories> |
|||
<remove invariant="MySql.Data.MySqlClient" /> |
|||
<add name="MySQL Data Provider" invariant="MySql.Data.MySqlClient" description=".Net Framework Data Provider for MySQL" type="MySql.Data.MySqlClient.MySqlClientFactory, MySql.Data, Version=6.9.12.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d" /> |
|||
<remove invariant="MySql.Data.MySqlClient"/> |
|||
<add name="MySQL Data Provider" invariant="MySql.Data.MySqlClient" description=".Net Framework Data Provider for MySQL" type="MySql.Data.MySqlClient.MySqlClientFactory, MySql.Data, Version=6.9.12.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d"/> |
|||
</DbProviderFactories> |
|||
</system.data></configuration> |
|||
</system.data> |
|||
</configuration> |
Loading…
Reference in new issue