Web.Release.config
上传用户:haqqyyuan
上传日期:2021-05-06
资源大小:26k
文件大小:1k
源码类别:

SilverLight

开发平台:

C#

  1. <?xml version="1.0"?>
  2. <!-- For more information on using web.config transformation visit http://go.microsoft.com/fwlink/?LinkId=125889 -->
  3. <configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
  4.   <!--
  5.     In the example below, the "SetAttributes" transform will change the value of 
  6.     "connectionString" to use "ReleaseSQLServer" only when the "Match" locator 
  7.     finds an atrribute "name" that has a value of "MyDB".
  8.     
  9.     <connectionStrings>
  10.       <add name="MyDB" 
  11.         connectionString="Data Source=ReleaseSQLServer;Initial Catalog=MyReleaseDB;Integrated Security=True" 
  12.         xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
  13.     </connectionStrings>
  14.   -->
  15.   <system.web>
  16.     <compilation xdt:Transform="RemoveAttributes(debug)" />
  17.     <!--
  18.       In the example below, the "Replace" transform will replace the entire 
  19.       <customErrors> section of your web.config file.
  20.       Note that because there is only one customErrors section under the 
  21.       <system.web> node, there is no need to use the "xdt:Locator" attribute.
  22.       
  23.       <customErrors defaultRedirect="GenericError.htm"
  24.         mode="RemoteOnly" xdt:Transform="Replace">
  25.         <error statusCode="500" redirect="InternalError.htm"/>
  26.       </customErrors>
  27.     -->
  28.   </system.web>
  29. </configuration>