hytos / ID2.Manager / MarkusImageCreateAPI / Web.config @ 98fdb329
이력 | 보기 | 이력해설 | 다운로드 (673 Bytes)
1 | cce8e319 | taeseongkim | <?xml version="1.0" encoding="utf-8"?> |
---|---|---|---|
2 | <!-- |
||
3 | ASP.NET 애플리케이션을 구성하는 방법에 대한 자세한 내용은 다음을 참조하세요. |
||
4 | https://go.microsoft.com/fwlink/?LinkId=169433 |
||
5 | --> |
||
6 | <configuration> |
||
7 | dc1554b9 | taeseongkim | <location path="." inheritInChildApplications="false"> |
8 | cce8e319 | taeseongkim | <system.web> |
9 | <compilation debug="true" targetFramework="4.6" /> |
||
10 | <pages controlRenderingCompatibilityVersion="4.0"/> |
||
11 | dc1554b9 | taeseongkim | <webServices> |
12 | <protocols> |
||
13 | <add name="HttpGet"/> |
||
14 | <add name="HttpPost"/> |
||
15 | </protocols> |
||
16 | </webServices> |
||
17 | cce8e319 | taeseongkim | </system.web> |
18 | dc1554b9 | taeseongkim | </location> |
19 | <system.serviceModel> |
||
20 | cce8e319 | taeseongkim | <bindings/> |
21 | <client/> |
||
22 | </system.serviceModel> |
||
23 | </configuration> |