Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2520_PersistenceReintegration/HeuristicLab.Services.WebApp/3.3/Web.Release.config @ 16474

Last change on this file since 16474 was 14748, checked in by jkarder, 7 years ago

#2743: cleaned up

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