source: uKadecot/trunk/tools/EcnlControllerUI/EcnlControllerUI/Web.Release.config@ 101

Last change on this file since 101 was 101, checked in by coas-nagasima, 9 years ago

TOPPERS/uKadecotのソースコードを追加

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/plain
File size: 1.4 KB
RevLine 
[101]1<?xml version="1.0" encoding="utf-8"?>
2
3<!-- web.config 変換の詳細については、http://go.microsoft.com/fwlink/?LinkId=125889 を参ç…
4§ã—てください。 -->
5
6<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
7 <!--
8 次の例では、"MyDB" という値を持つ "name" 属性が "Match" ロケーターで
9 見つかった場合にのみ、"SetAttributes" 変換によって "connectionString" の
10 値が "ReleaseSQLServer" を使用するように変更されます。
11
12 <connectionStrings>
13 <add name="MyDB"
14 connectionString="Data Source=ReleaseSQLServer;Initial Catalog=MyReleaseDB;Integrated Security=True"
15 xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
16 </connectionStrings>
17 -->
18 <system.web>
19 <compilation xdt:Transform="RemoveAttributes(debug)" />
20 <!--
21
22 次の例では、web.config ファイルの <customErrors> セクションå…
23¨ä½“が
24 "Replace" 変換によって置き換えられます。
25 <system.web> ノードには customErrors セクションが 1 つしかないため、
26 "xdt:Locator" 属性を使用する必
27要はありません。
28
29 <customErrors defaultRedirect="GenericError.htm"
30 mode="RemoteOnly" xdt:Transform="Replace">
31 <error statusCode="500" redirect="InternalError.htm"/>
32 </customErrors>
33 >
34 -->
35 </system.web>
36</configuration>
Note: See TracBrowser for help on using the repository browser.