티스토리 뷰

<?xml version="1.0" encoding="utf-8"?>

<!--
  ASP.NET 응용 프로그램을 구성하는 방법에 대한 자세한 내용을 보려면
  http://go.microsoft.com/fwlink/?LinkId=169433 을 방문하십시오.
  -->

<configuration>
    <system.web>
        <compilation debug="true" targetFramework="4.0" />
    </system.web>

    <system.serviceModel>
        <bindings>
            <customBinding>
                <binding name="Excel_Import.Web.DataService.customBinding0">
                    <binaryMessageEncoding />
                    <httpTransport />
                </binding>
            </customBinding>
        </bindings>
        <serviceHostingEnvironment aspNetCompatibilityEnabled="true"
            multipleSiteBindingsEnabled="true" />
        <services>
            <service name="Excel_Import.Web.DataService">
                <endpoint address="" binding="customBinding" bindingConfiguration="Excel_Import.Web.DataService.customBinding0"
                    contract="Excel_Import.Web.DataService" />
                <endpoint address="mex" binding="mexHttpBinding" contract="IMetadataExchange" />
             

            </service>
        </services>
        <behaviors>
            <serviceBehaviors>
                <behavior name="">
                    <serviceMetadata httpGetEnabled="true" />
                    <serviceDebug includeExceptionDetailInFaults="false" />
                   <dataContractSerializer maxItemsInObjectGraph="2147483647"/>

// 한번에 가져올수 있는 데이터의 양을 제한한다.
                </behavior>
            </serviceBehaviors>
        </behaviors>
        
    </system.serviceModel>
</configuration>


댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
«   2024/05   »
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
글 보관함