프로젝트

일반

사용자정보

통계
| 브랜치(Branch): | 개정판:

markus / MarkusLogview / MARKUS_LOGVIEW / Web.Debug.config @ 91b2b398

이력 | 보기 | 이력해설 | 다운로드 (1.24 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
    <!--
19
      아래 예에서 "Replace" 변환은 Web.config 파일의
20
      <customErrors> 섹션 전체를 바꿉니다.
21
      <system.web> 노드 아래에는 customErrors 섹션이 하나만 있기 때문에
22
      "xdt:Locator" 특성을 사용할 필요가 없습니다.
23
24
      <customErrors defaultRedirect="GenericError.htm"
25
        mode="RemoteOnly" xdt:Transform="Replace">
26
        <error statusCode="500" redirect="InternalError.htm"/>
27
      </customErrors>
28
    -->
29
  </system.web>
30
</configuration>
클립보드 이미지 추가 (최대 크기: 500 MB)