This commit is contained in:
@ -11,7 +11,7 @@
|
||||
</configSections>
|
||||
<connectionStrings>
|
||||
<add name="weijie_dpsEntities" connectionString="metadata=res://*/WJDB.csdl|res://*/WJDB.ssdl|res://*/WJDB.msl;provider=System.Data.SqlClient;provider connection string="data source=.;initial catalog=weijie_dps;user id=sa;password=123456;min pool size=4;max pool size=4;packet size=3072;MultipleActiveResultSets=True;App=EntityFramework"" providerName="System.Data.EntityClient" />
|
||||
<add name="SqlLocDPSConnection" connectionString="server=139.196.36.200;user id=EpostTest;password=antion;database=EpostTest_T;min pool size=512;max pool size=512;packet size=3072" providerName="System.Data.SqlClient" />
|
||||
<add name="SqlLocDPSConnection" connectionString="server=139.196.36.200;user id=EpostTest;password=antion;database=taitan_dengdai;min pool size=512;max pool size=512;packet size=3072" providerName="System.Data.SqlClient" />
|
||||
<add name="MysqlLocDPSConnection" connectionString="Server=localhost;Port=3306;Database=world;User=root; Password=antion;SslMode=None;Pooling=true;Allow User Variables=True;" />
|
||||
|
||||
<add name="WMSConnection" connectionString="data source=(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=139.196.36.200)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=EpostDB)));user id=C##Test;password=test" />
|
||||
@ -57,6 +57,18 @@
|
||||
<sessionState mode="InProc" timeout="518400" />
|
||||
</system.web>
|
||||
<system.webServer>
|
||||
<!-- 跨域访问配置 -->
|
||||
<httpProtocol>
|
||||
<customHeaders>
|
||||
<!--相应类型(值为逗号分隔的一个字符串,表明服务器支持的所有跨域请求的方法)-->
|
||||
<add name="Access-Control-Allow-Methods" value="GET, POST, PUT, DELETE, OPTIONS"/>
|
||||
<!--响应头设置(Content-Type:只限于三个值application/x-www-form-urlencoded、multipart/form-data、text/plain)-->
|
||||
<add name="Access-Control-Allow-Headers" value="*"/>
|
||||
<!--允许跨域访问的网址-->
|
||||
<add name="Access-Control-Allow-Origin" value="*"/>
|
||||
<!--<add name="Access-Control-Allow-Origin" value="http://www.yabyy.com,http://bbs.yabyy.com"/>-->
|
||||
</customHeaders>
|
||||
</httpProtocol>
|
||||
<modules>
|
||||
<remove name="FormsAuthentication" />
|
||||
<remove name="ApplicationInsightsWebTracking" />
|
||||
@ -163,21 +175,8 @@
|
||||
<filter type="log4net.Filter.LoggerMatchFilter">
|
||||
<loggerToMatch value="System_Log" />
|
||||
</filter>
|
||||
<filter type="log4net.Filter.DenyAllFilter" />
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</appender>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<filter type="log4net.Filter.DenyAllFilter" />
|
||||
</appender>
|
||||
<appender name="SystemLogAppender_LightUp" type="log4net.Appender.RollingFileAppender">
|
||||
<file value="Log/System_Log/" />
|
||||
<appendToFile value="true" />
|
||||
|
Reference in New Issue
Block a user