hytos / ID2.Manager / MarkusImageCreateAPI / Web.config @ cce8e319
이력 | 보기 | 이력해설 | 다운로드 (464 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 |
<system.web> |
8 |
<compilation debug="true" targetFramework="4.6" /> |
9 |
<pages controlRenderingCompatibilityVersion="4.0"/> |
10 |
</system.web> |
11 |
<system.serviceModel> |
12 |
<bindings/> |
13 |
<client/> |
14 |
</system.serviceModel> |
15 |
</configuration> |