hytos / ID2.Manager / MarkusImageCreateAPI / Web.config @ dfb9a03c
이력 | 보기 | 이력해설 | 다운로드 (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> |