markus / MarkusLogview / MARKUS_LOGVIEW / Web.Release.config @ 9eb27750
이력 | 보기 | 이력해설 | 다운로드 (1.3 KB)
1 | 91b2b398 | 송근호 | <?xml version="1.0" encoding="utf-8"?> |
---|---|---|---|
2 | |||
3 | <!-- Web.config 변환 사용에 대한 자세한 내용은 https://go.microsoft.com/fwlink/?LinkId=301874를 참조하세요. --> |
||
4 | |||
5 | <configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform"> |
||
6 | <!-- |
||
7 | 아래 예에서, "Match" 로케이터가 "MyDB" 값을 가진 "name" 특성을 |
||
8 | 찾은 경우에만 "SetAttributes" 변환에서 "ReleaseSQLServer"를 |
||
9 | 사용하도록 "connectionString"의 값을 변경합니다. |
||
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 | 아래 예에서 "Replace" 변환은 Web.config 파일의 |
||
21 | <customErrors> 섹션 전체를 바꿉니다. |
||
22 | <system.web> 노드 아래에는 customErrors 섹션이 하나만 있기 때문에 |
||
23 | "xdt:Locator" 특성을 사용할 필요가 없습니다. |
||
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> |