source: uKadecot/trunk/tools/EcnlControllerUI/EcnlCtrlUI/Web.Debug.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.3 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 <!--
20
21 次の例では、web.config ファイルの <customErrors> セクションå…
22¨ä½“が
23 "Replace" 変換によって置き換えられます。
24 <system.web> ノードには customErrors セクションが 1 つしかないため、
25 "xdt:Locator" 属性を使用する必
26要はありません。
27
28 <customErrors defaultRedirect="GenericError.htm"
29 mode="RemoteOnly" xdt:Transform="Replace">
30 <error statusCode="500" redirect="InternalError.htm"/>
31 </customErrors>
32 >
33 -->
34 </system.web>
35</configuration>
Note: See TracBrowser for help on using the repository browser.