25 lines
1.1 KiB
XML
25 lines
1.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
有关如何配置 ASP.NET 应用程序的详细信息,请访问
|
|
http://go.microsoft.com/fwlink/?LinkId=169433
|
|
-->
|
|
<configuration>
|
|
<!--
|
|
有关 web.config 更改的说明,请参见 http://go.microsoft.com/fwlink/?LinkId=235367。
|
|
|
|
可在 <httpRuntime> 标记上设置以下特性。
|
|
<system.Web>
|
|
<httpRuntime targetFramework="4.5.2" />
|
|
</system.Web>
|
|
-->
|
|
<system.web>
|
|
<compilation targetFramework="4.5.2" />
|
|
<httpRuntime requestValidationMode="2.0" executionTimeout="3600" maxRequestLength="1048576" />
|
|
<customErrors mode="Off" />
|
|
</system.web>
|
|
<connectionStrings>
|
|
<!--<add name="DBConnectionString" connectionString="Data Source=localhost;Database=NGTools;User ID=root;Password=4877017ldy;port=3306" providerName="MySql.Data.MySqlClient"/>-->
|
|
<add name="DBConnectionString" connectionString="Data Source=116.62.236.74;Database=NGTools;User ID=root;Password=4877017ldy;port=3306" providerName="MySql.Data.MySqlClient" />
|
|
</connectionStrings>
|
|
</configuration>
|
|
<!--ProjectGuid: 4648AFC3-9367-4C90-83FA-8603945B1834--> |