增加Debug版本发布web.config文件

This commit is contained in:
Argo-Lenovo 2017-03-25 13:10:41 +08:00 committed by liu_chun
parent fb2c2d3a19
commit f7d218f737
1 changed files with 14 additions and 0 deletions

View File

@ -14,6 +14,20 @@
xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
</connectionStrings>
-->
<connectionStrings>
<add name="SQL"
connectionString="Data Source=.;Initial Catalog=BootstrapAdmin;User ID=ba;Password=ba20171231"
xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
<add name="ba"
connectionString="Data Source=.;Initial Catalog=BootstrapAdmin;User ID=ba;Password=ba20171231"
xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
</connectionStrings>
<cacheManagerList>
<add key="bd" url="http://118.244.234.207:8082/BA/CacheList.axd?cacheKey={0}" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
<add key="cps" url="http://118.244.234.207:8082/CPS/CacheList.axd?cacheKey={0}" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
</cacheManagerList>
<system.web>
<!--
In the example below, the "Replace" transform will replace the entire