프로젝트

일반

사용자정보

통계
| 개정판:

hytos / ID2.Manager / MarkusImageCreateAPI / Web.config @ 2ade1e61

이력 | 보기 | 이력해설 | 다운로드 (673 Bytes)

1
<?xml version="1.0" encoding="utf-8"?>
2
<!--
3
  ASP.NET 애플리케이션을 구성하는 방법에 대한 자세한 내용은 다음을 참조하세요.
4
  https://go.microsoft.com/fwlink/?LinkId=169433
5
  -->
6
<configuration>
7
  <location path="." inheritInChildApplications="false">
8
  <system.web>
9
    <compilation debug="true" targetFramework="4.6" />
10
    <pages controlRenderingCompatibilityVersion="4.0"/>
11
    <webServices>
12
      <protocols>
13
          <add name="HttpGet"/>
14
          <add name="HttpPost"/>
15
      </protocols>
16
    </webServices>
17
  </system.web>
18
</location>
19
   <system.serviceModel>
20
    <bindings/>
21
    <client/>
22
  </system.serviceModel>
23
</configuration>
클립보드 이미지 추가 (최대 크기: 500 MB)